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 ff8b71ad75c branch-3.1: [fix](case) fix case: variant build index 
#55613 (#55648)
ff8b71ad75c is described below

commit ff8b71ad75c46cb86d43ddab6a08e4e45585c2d2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 5 18:21:16 2025 +0800

    branch-3.1: [fix](case) fix case: variant build index #55613 (#55648)
    
    Cherry-picked from #55613
    
    Co-authored-by: Sun Chenyang <[email protected]>
---
 .../suites/variant_github_events_nonConcurrent_p2/load.groovy      | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy 
b/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy
index 4febb29d977..09cb8b8a43e 100644
--- a/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy
+++ b/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy
@@ -105,10 +105,13 @@ suite("regression_test_variant_github_events_p2", 
"nonConcurrent,p2"){
     load_json_data.call(table_name, """${getS3Url() + 
'/regression/gharchive.m/2022-11-07-23.json'}""")
 
     // BUILD INDEX
-    test {
+    if (!isCloudMode()) {
+        test {
         sql """ BUILD INDEX idx_var ON  github_events"""
-        exception "The idx_var index can not be built on the v column, because 
it is a variant type column"
+            exception "The idx_var index can not be built on the v column, 
because it is a variant type column"
+        }
     }
+    
 
     // // add bloom filter at the end of loading data
 


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

Reply via email to