Skip to content

Commit

Permalink
[fix](regression test) Fix case test_show_commands_nereids (#46846)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiang-hhhh authored Jan 13, 2025
1 parent d695849 commit 87858e5
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/";""")
}

0 comments on commit 87858e5

Please sign in to comment.