-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[feat](Nereids) support set var in hint when parse sql #41331
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
TPC-H: Total hot run time: 40966 ms
|
TPC-DS: Total hot run time: 193121 ms
|
ClickBench: Total hot run time: 33.05 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run p0 |
run cloud_p0 |
run p0 |
run cloud_p0 |
4 similar comments
run cloud_p0 |
run cloud_p0 |
run cloud_p0 |
run cloud_p0 |
run buildall |
TPC-H: Total hot run time: 40768 ms
|
TPC-DS: Total hot run time: 192246 ms
|
ClickBench: Total hot run time: 33.11 s
|
run compile |
run cloud_p0 |
run p0 |
1 similar comment
run p0 |
set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze
set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze
set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze
set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze
set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze
set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze
set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze
…#41164)(#41331)(#41546) (#41838) cherry-pick: #39723 #41164 #41331 #41546 because later problem is intro by prev one, so put them together when using fold constant by be, the return type of substring('123456',1, 3) would changed to be text, which we want it to be 3 remove windowframe in window expression to avoid folding constant on be
set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze
pick: #41331 set var hint need to be enable to use before analyze, so it need to be set when parsing sql now it would set twice when parse and begin of analyze ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
set var hint need to be enable to use before analyze, so it need to be set when parsing sql
now it would set twice when parse and begin of analyze