-
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
[Fix](planner) fix create view star except and modify cast to sql #33726
[Fix](planner) fix create view star except and modify cast to sql #33726
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 38691 ms
|
TPC-DS: Total hot run time: 185425 ms
|
ClickBench: Total hot run time: 29.65 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run buildall |
TPC-H: Total hot run time: 38228 ms
|
TPC-DS: Total hot run time: 185541 ms
|
ClickBench: Total hot run time: 30.37 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run p0 |
run feut |
run buildall |
TPC-H: Total hot run time: 38498 ms
|
TPC-DS: Total hot run time: 184088 ms
|
ClickBench: Total hot run time: 30.17 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
run buildall |
TPC-H: Total hot run time: 38626 ms
|
TPC-DS: Total hot run time: 185256 ms
|
ClickBench: Total hot run time: 30.79 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
PR approved by at least one committer and no changes requested. |
PR #33726 does not correctly fix the create view problem of the legacy optimizer caused by the toSql bug (* except syntax). The results of the regression test cases are also problematic. This pr fix the problem. --------- Co-authored-by: feiniaofeiafei <moailing@selectdb.com>
PR apache#33726 does not correctly fix the create view problem of the legacy optimizer caused by the toSql bug (* except syntax). The results of the regression test cases are also problematic. This pr fix the problem. --------- Co-authored-by: feiniaofeiafei <moailing@selectdb.com>
PR #33726 does not correctly fix the create view problem of the legacy optimizer caused by the toSql bug (* except syntax). The results of the regression test cases are also problematic. This pr fix the problem. --------- Co-authored-by: feiniaofeiafei <moailing@selectdb.com>
…ache#35324) cherry-pick apache#25951 to branch-2.0 cherry-pick apache#33726 to branch-2.0 --------- Co-authored-by: morrySnow <101034200+morrySnow@users.noreply.github.com> Co-authored-by: feiniaofeiafei <moailing@selectdb.com>
fix old planner create view bug when the select has star except and cast(sth to time)