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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new c6f0faadc73 branch-3.1: [fix](case) fix 
point_query_p0/test_point_query.groovy #56534 (#56559)
c6f0faadc73 is described below

commit c6f0faadc73507251b1e8365ff2243e016b83aaf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 14:36:21 2025 +0800

    branch-3.1: [fix](case) fix point_query_p0/test_point_query.groovy #56534 
(#56559)
    
    Cherry-picked from #56534
    
    Co-authored-by: lihangyu <lihan...@selectdb.com>
---
 regression-test/suites/point_query_p0/test_point_query.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/regression-test/suites/point_query_p0/test_point_query.groovy 
b/regression-test/suites/point_query_p0/test_point_query.groovy
index 3fe6a7f1a94..e952085ecd4 100644
--- a/regression-test/suites/point_query_p0/test_point_query.groovy
+++ b/regression-test/suites/point_query_p0/test_point_query.groovy
@@ -402,7 +402,9 @@ suite("test_point_query") {
         partial_prepared_stmt.setString(2, "feature")
         qe_point_select partial_prepared_stmt
         qe_point_select partial_prepared_stmt
-
+        
+        sql "set skip_delete_sign=false"
+        
trigger_and_wait_compaction("regression_test_point_query_p0.table_3821461", 
"full")
         partial_prepared_stmt = prepareStatement " select * from 
regression_test_point_query_p0.table_3821461 where col1 = ? and col2 = ? and 
loc3 = 'aabc'"
         partial_prepared_stmt.setInt(1, 10)
         partial_prepared_stmt.setInt(2, 20)


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

Reply via email to