This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new cb5e5c5aa7b [branch-2.1](test) fix dual test #35067
cb5e5c5aa7b is described below

commit cb5e5c5aa7b40272fd455dfc378c249fcd3a6b2d
Author: zy-kkk <[email protected]>
AuthorDate: Mon May 20 16:47:23 2024 +0800

    [branch-2.1](test) fix dual test #35067
---
 regression-test/suites/query_p0/dual/dual.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/suites/query_p0/dual/dual.groovy 
b/regression-test/suites/query_p0/dual/dual.groovy
index eb001305b47..42e4ce7ba8c 100644
--- a/regression-test/suites/query_p0/dual/dual.groovy
+++ b/regression-test/suites/query_p0/dual/dual.groovy
@@ -70,7 +70,7 @@ suite('dual') {
     // Test error handling when table does not exist
     test {
         sql "select 1 from `dual`"
-        exception "Table [dual] does not exist in database 
[regression_test_query_p0_dual]"
+        exception "Unknown table 'dual'"
     }
 
     // Disable and enable Nereids planner to check behavior differences
@@ -90,4 +90,4 @@ suite('dual') {
         sql "select 1, a from dual"
         exception "Unknown column 'a' in 'table list'"
     }
-}
\ No newline at end of file
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to