[Fix](planner) fix create view star except and modify cast to sql#33726
Merged
starocean999 merged 4 commits intoapache:masterfrom Apr 19, 2024
Merged
[Fix](planner) fix create view star except and modify cast to sql#33726starocean999 merged 4 commits intoapache:masterfrom
starocean999 merged 4 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Contributor
Author
|
run buildall |
morrySnow
previously approved these changes
Apr 16, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
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' |
Contributor
Author
|
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' |
Contributor
Author
|
run p0 |
Contributor
Author
|
run feut |
Contributor
Author
|
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' |
Contributor
Author
|
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' |
924060929
approved these changes
Apr 19, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
starocean999
approved these changes
Apr 19, 2024
yiguolei
pushed a commit
that referenced
this pull request
Apr 19, 2024
dataroaring
pushed a commit
that referenced
this pull request
Apr 24, 2024
feiniaofeiafei
added a commit
to feiniaofeiafei/doris
that referenced
this pull request
May 24, 2024
feiniaofeiafei
added a commit
to feiniaofeiafei/doris
that referenced
this pull request
May 24, 2024
feiniaofeiafei
added a commit
to feiniaofeiafei/doris
that referenced
this pull request
May 24, 2024
feiniaofeiafei
added a commit
to feiniaofeiafei/doris
that referenced
this pull request
May 27, 2024
morrySnow
added a commit
that referenced
this pull request
May 27, 2024
morrySnow
pushed a commit
that referenced
this pull request
Jul 5, 2024
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>
feiniaofeiafei
added a commit
to feiniaofeiafei/doris
that referenced
this pull request
Jul 5, 2024
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>
dataroaring
pushed a commit
that referenced
this pull request
Jul 17, 2024
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>
mongo360
pushed a commit
to mongo360/doris
that referenced
this pull request
Aug 16, 2024
…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>
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
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.
fix old planner create view bug when the select has star except and cast(sth to time)