Skip to content

Conversation

@smallx
Copy link
Contributor

@smallx smallx commented Aug 21, 2024

Proposed changes

Support drop view binlog.

zddr and others added 30 commits June 20, 2024 14:12
…ache#36454)

## Proposed changes
Fix when a ```insert select``` is executed in Follower, audit log could
missing query statistics.
This is because ```audit log``` is logged in the connect FE, but request
is forward to master FE, then the coord FE is master FE, BE report query
statistics to cood FE, finally the connected Follower could not get
reported query statistics, audit log missing query statistics.
We can add a new field to mark client connected FE, then be report query
statistics to the connected FE.
Besides, I do refactor for FE's WorkloadRuntimeStatusMgr to make logic
more clear and add some log in be.
…ev2 as function coalesce's parameter in legacy planner (apache#36583)
…with type of datetime/datetimev2/date/datev2 of function coalesce (apache#36640)
…mixed use multiple columns with type of datetime/datetimev2/date/datev2 of function coalesce when enable nereids (apache#36688)
apache#36700)

fix mistake _inverted_index_query_cache_miss_counter ->
_inverted_index_searcher_cache_miss_counter
check if fe set current connect fe, when do gray upgrade, fe may not set
this value.
apache#36733)

## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->
apache#36741)

…36669)

Issue Number: close #xxx

<!--Describe your changes.-->

---------

## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->

Co-authored-by: stephen <hello-stephen@qq.com>
HappenLee and others added 23 commits August 1, 2024 23:21
…pache#38769 (apache#38783)

…

## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->
…ultValue?] (apache#38491) (apache#38778)

fix The children format needs to be [WhenClause+, DefaultValue?]
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@smallx
Copy link
Contributor Author

smallx commented Aug 21, 2024

Sorry. Closing it.

@smallx smallx closed this Aug 21, 2024
@smallx smallx deleted the 2.0.14-binlog-drop-view branch April 2, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.