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

dataroaring 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 4e4972d311 [fix](regression) test_partial_update_with_row_column 
(#20279)
4e4972d311 is described below

commit 4e4972d311b021fd782687c57c43990fdac80346
Author: zhannngchen <[email protected]>
AuthorDate: Fri Jun 2 21:51:33 2023 +0800

    [fix](regression) test_partial_update_with_row_column (#20279)
---
 .../partial_update/test_partial_update_with_row_column.groovy           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_with_row_column.groovy
 
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_with_row_column.groovy
index efca78f453..1b2f7fbd89 100644
--- 
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_with_row_column.groovy
+++ 
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_with_row_column.groovy
@@ -54,7 +54,7 @@ suite("test_primary_key_partial_update_with_row_column", 
"p0") {
         time 10000 // limit inflight 10s
     }
     qt_select_default """
-        select * from ${tableName}
+        select * from ${tableName} order by id
     """
 
     // drop drop


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

Reply via email to