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 c8037ca833b [fix](regression-test) fix `test_numbers` test  (#38600)
c8037ca833b is described below

commit c8037ca833b2e99cfe52ad12aaf9ae0557334ca0
Author: Tiewei Fang <[email protected]>
AuthorDate: Wed Jul 31 22:55:01 2024 +0800

    [fix](regression-test) fix `test_numbers` test  (#38600)
    
    bp: #38050
---
 regression-test/suites/external_table_p0/tvf/test_numbers.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/external_table_p0/tvf/test_numbers.groovy 
b/regression-test/suites/external_table_p0/tvf/test_numbers.groovy
index 44a956f93c6..1580233c6c0 100644
--- a/regression-test/suites/external_table_p0/tvf/test_numbers.groovy
+++ b/regression-test/suites/external_table_p0/tvf/test_numbers.groovy
@@ -70,7 +70,7 @@
     qt_join_where """
                     select a.number as num1, b.number as num2
                     from numbers("number" = "10") a inner join 
numbers("number" = "10") b 
-                    on a.number=b.number where a.number>4;
+                    on a.number=b.number where a.number>4 order by num1,num2;
                   """
     
     // Test Sub Query


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

Reply via email to