This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 87858e58d86 [fix](regression test) Fix case test_show_commands_nereids
(#46846)
87858e58d86 is described below
commit 87858e58d86c3cde6247806bf98e8e188e703eef
Author: zhiqiang <[email protected]>
AuthorDate: Mon Jan 13 10:36:28 2025 +0800
[fix](regression test) Fix case test_show_commands_nereids (#46846)
---
.../suites/nereids_p0/show/test_show_commands_nereids.groovy | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git
a/regression-test/suites/nereids_p0/show/test_show_commands_nereids.groovy
b/regression-test/suites/nereids_p0/show/test_show_commands_nereids.groovy
index 87a7087d995..52b3383deb4 100644
--- a/regression-test/suites/nereids_p0/show/test_show_commands_nereids.groovy
+++ b/regression-test/suites/nereids_p0/show/test_show_commands_nereids.groovy
@@ -27,12 +27,6 @@ suite("test_show_commands_nereids") {
checkNereidsExecute("""show whitelist;""")
checkNereidsExecute("""show triggers;""")
checkNereidsExecute("""show events;""")
- test {
- sql """show load profile "/";"""
- exception """show query/load profile syntax is a deprecated feature"""
- }
- test {
- sql """show query profile "/";"""
- exception """show query/load profile syntax is a deprecated feature"""
- }
+ checkNereidsExecute("""show load profile "/";""")
+ checkNereidsExecute("""show query profile "/";""")
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]