Skip to content

branch-2.1: [feature](nereids) support explain command return empty string to test planner performance (#54422)#55039

Merged
yiguolei merged 2 commits intoapache:branch-2.1from
924060929:branch-2.1-explain-none
Aug 22, 2025
Merged

branch-2.1: [feature](nereids) support explain command return empty string to test planner performance (#54422)#55039
yiguolei merged 2 commits intoapache:branch-2.1from
924060929:branch-2.1-explain-none

Conversation

@924060929
Copy link
Contributor

cherry pick from #54422

…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)
@924060929 924060929 requested a review from yiguolei as a code owner August 20, 2025 03:32
@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@924060929
Copy link
Contributor Author

run buildall

@924060929
Copy link
Contributor Author

run buildall

@yiguolei yiguolei merged commit e717ac5 into apache:branch-2.1 Aug 22, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants