-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.0: [feature](nereids) support explain command return empty string to test planner performance (#54422) #55038
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
branch-3.0: [feature](nereids) support explain command return empty string to test planner performance (#54422) #55038
Conversation
…t planner performance (apache#54422) support explain command return empty string to test planner performance ```sql MySQL root@127.0.0.1:test> set enable_explain_none=true; Query OK, 0 rows affected Time: 0.010s MySQL root@127.0.0.1:test> explain insert into t1 values(1, 'a'), (2, 'b'); +---------------------------------+ | Explain String(Nereids Planner) | +---------------------------------+ | | +---------------------------------+ ``` (cherry picked from commit f1e4e66)
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 40111 ms |
TPC-DS: Total hot run time: 192899 ms |
ClickBench: Total hot run time: 31.02 s |
FE UT Coverage ReportIncrement line coverage |
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
dataroaring
left a comment
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
cherry pick from #54422