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 4296e111bcc [fix](case) fix variant p2 (#48727)
4296e111bcc is described below

commit 4296e111bcc73e5de131a72cf77f82ebc778da75
Author: Sun Chenyang <[email protected]>
AuthorDate: Thu Mar 6 14:08:10 2025 +0800

    [fix](case) fix variant p2 (#48727)
---
 regression-test/suites/variant_github_events_new_p2/load.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/regression-test/suites/variant_github_events_new_p2/load.groovy 
b/regression-test/suites/variant_github_events_new_p2/load.groovy
index 122e7001a3c..120206cddf7 100644
--- a/regression-test/suites/variant_github_events_new_p2/load.groovy
+++ b/regression-test/suites/variant_github_events_new_p2/load.groovy
@@ -57,6 +57,7 @@ suite("regression_test_variant_github_events_p2", 
"nonConcurrent,p2"){
     def table_name = "github_events"
     sql """DROP TABLE IF EXISTS ${table_name}"""
     table_name = "github_events"
+    sql """set disable_inverted_index_v1_for_variant = false;"""
     sql """
         CREATE TABLE IF NOT EXISTS ${table_name} (
             k bigint,
@@ -67,6 +68,7 @@ suite("regression_test_variant_github_events_p2", 
"nonConcurrent,p2"){
         DISTRIBUTED BY HASH(k) BUCKETS 4 
         properties("replication_num" = "1", "disable_auto_compaction" = 
"false");
     """
+    sql """set disable_inverted_index_v1_for_variant = true;"""
 
     sql """DROP TABLE IF EXISTS github_events_arr"""
     sql """


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

Reply via email to