-
Notifications
You must be signed in to change notification settings - Fork 3.7k
230 branch 20 #26853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
230 branch 20 #26853
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pache#25637) extract slot and literal in comparison predicate. infer new one by equals predicates. use TypeCoercion to add cast on new comparison predicate to ensure it is correct. This reverts "[Fix](Nereids) Add cast comparison with slot reference when inferring predicate (apache#21171)" commit 58f2593.
… build in the open phase apache#25920
…st cast (apache#25637)" This reverts commit 5ca2fc6, since it's mixed by mistake
…pache#25637) (apache#25930) pick from master PR: apache#25637 commit id: ae66464 extract slot and literal in comparison predicate. infer new one by equals predicates. use TypeCoercion to add cast on new comparison predicate to ensure it is correct. This reverts "[Fix](Nereids) Add cast comparison with slot reference when inferring predicate (apache#21171)" commit 58f2593.
…on the configuration (apache#25905) docker hive s3 file address is determined based on the configuration custom_settings.env
apache#25945) * [fix](pipeline) exclude some cases which will be include again in the case fix pr Co-authored-by: stephen <hello-stephen@qq.com>
Co-authored-by: AKIHA <cyborgz1999@example.com>
…che#25965) When replaying drop function edit log, the function may not be found, causing runtime exception and FE will fail to start. The function SHOULD be exist, but the reason is still unknown. I change the logic to NOT throw exception if function is not found. This is a workaround to make sure FE can start, and add some log for later debug.
…25994) branch 2.0 does not support complex type in Nereids, disable these cases
Co-authored-by: stephen <hello-stephen@qq.com>
…#26051) Co-authored-by: Pxl <pxl290@qq.com>
…ven if they are versions catchup (apache#25551) (apache#26047)
…through multi fe nodes. (apache#26424) (apache#26762) backport apache#26424
…tmaps of the committed transactions are calculated by the compaction apache#26556 (apache#26735)
…licate partition range apache#26742 (apache#26758)
…pprox (apache#26528) (apache#26764) 1. percentile_approx have wrong symbol 2. fnCall.getParams() get obsolete childrens
…che#26775) don't remove the physical plan after optimizing the plan in dphyper.
…he#26766) Co-authored-by: Guangdong Liu <liugddx@gmail.com>
fix output error from apache#26743 On master branch, the value in struct field is wrapped by quota, but on branch 2.0, the value in struct field is NOT wrapped by quota
Co-authored-by: chenboyang.922 <chenboyang.922@bytedance.com>
…ng error or too large package causing OOM apache#26179 (apache#26805)
…e#26825) Signed-off-by: freemandealer <freeman.zhang1992@gmail.com>
…speed && Add async ingest_binlog (apache#26323) (apache#26733)
…ns (apache#26643) More information is provided.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
#26643
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...