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 04e5fb3809c [fix](regression test) fix mysql tuple convert test result 
not ordered #25455
04e5fb3809c is described below

commit 04e5fb3809cc9bf9acefe68bdd150333a5a8ea5d
Author: zhiqiang <seuhezhiqi...@163.com>
AuthorDate: Mon Oct 16 01:32:51 2023 -0500

    [fix](regression test) fix mysql tuple convert test result not ordered 
#25455
---
 regression-test/suites/mysql_tupleconvert_p0/mysql_tupleconvert.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/mysql_tupleconvert_p0/mysql_tupleconvert.groovy 
b/regression-test/suites/mysql_tupleconvert_p0/mysql_tupleconvert.groovy
index 70278a9765f..51e47cfd243 100644
--- a/regression-test/suites/mysql_tupleconvert_p0/mysql_tupleconvert.groovy
+++ b/regression-test/suites/mysql_tupleconvert_p0/mysql_tupleconvert.groovy
@@ -34,7 +34,7 @@ suite("mysql_tuple_convert_test") {
     qt_select """SELECT /*+SET_VAR(faster_float_convert=true)*/ * FROM 
${testTable};"""
     // make sure we can convert number from string to value
     sql """INSERT INTO ${testTable} SELECT 2, col_1, col_2, col_3, col_4 from 
${testTable} where col_0 = 1;"""
-    qt_select """SELECT * FROM ${testTable};"""
+    qt_select """SELECT * FROM ${testTable} ORDER BY col_0;"""
     sql """SET faster_float_convert=false;"""
     sql "DROP TABLE IF EXISTS ${testTable}"
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to