-
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
[Enhancement] (nereids)implement showTableCreationCommand in nereids #42776 #44703
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
TPC-H: Total hot run time: 39619 ms
|
TPC-DS: Total hot run time: 197738 ms
|
ClickBench: Total hot run time: 32.81 s
|
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4
Outdated
Show resolved
Hide resolved
fe77b05
to
cb85f13
Compare
run buildall |
TPC-H: Total hot run time: 40016 ms
|
TPC-DS: Total hot run time: 197378 ms
|
ClickBench: Total hot run time: 32.48 s
|
...re/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTableCreationCommand.java
Outdated
Show resolved
Hide resolved
1d8471a
to
e5862fd
Compare
run buildall |
TPC-H: Total hot run time: 39981 ms
|
TPC-DS: Total hot run time: 197060 ms
|
ClickBench: Total hot run time: 32.73 s
|
run buildall |
TPC-H: Total hot run time: 39973 ms
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
TPC-DS: Total hot run time: 198747 ms
|
run buildall |
a17a1c2
to
d2dc2cc
Compare
TPC-H: Total hot run time: 39934 ms
|
run buildall |
TPC-DS: Total hot run time: 198513 ms
|
TPC-H: Total hot run time: 40235 ms
|
TPC-DS: Total hot run time: 191362 ms
|
ClickBench: Total hot run time: 33.47 s
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
d2dc2cc
to
93020c4
Compare
run buildall |
TPC-H: Total hot run time: 40209 ms
|
TPC-DS: Total hot run time: 197777 ms
|
ClickBench: Total hot run time: 33.27 s
|
93020c4
to
c19a011
Compare
run buildall |
TPC-H: Total hot run time: 40350 ms
|
TPC-DS: Total hot run time: 190919 ms
|
ClickBench: Total hot run time: 33.39 s
|
run compile |
run buildall |
TPC-H: Total hot run time: 39806 ms
|
TPC-DS: Total hot run time: 197721 ms
|
ClickBench: Total hot run time: 32.76 s
|
PR approved by at least one committer and no changes requested. |
What problem does this PR solve?
Issue Number: close #42776
Related PR: #xxx
Problem Summary:
Support for Show table creation command in Nereids
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)