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 cabd664c7a2 [fix](case) Fix case test_index_like_select (#52674)
cabd664c7a2 is described below

commit cabd664c7a2c74de9a266276698e2ca7553e7e5b
Author: zzzxl <[email protected]>
AuthorDate: Thu Jul 3 08:29:03 2025 +0800

    [fix](case) Fix case test_index_like_select (#52674)
    
    1. Numeric types can use LIKE
---
 regression-test/suites/inverted_index_p0/test_index_like_select.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/inverted_index_p0/test_index_like_select.groovy 
b/regression-test/suites/inverted_index_p0/test_index_like_select.groovy
index 00c84018253..7b049b1ebee 100644
--- a/regression-test/suites/inverted_index_p0/test_index_like_select.groovy
+++ b/regression-test/suites/inverted_index_p0/test_index_like_select.groovy
@@ -166,7 +166,7 @@ suite("test_index_like_select", "inverted_index_select"){
         } catch(Exception ex) {
             logger.info("int colume should not match succ, result: " + ex)
         }
-        assertEquals(int_colume_like_result, 'fail')
+        assertEquals(int_colume_like_result, 'success')
 
         // case6: mix select
         // case6.0 common colume and index mix select


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

Reply via email to