[fix](case) fix variant p2 (#48727)

This commit is contained in:
Sun Chenyang
2025-03-06 14:08:10 +08:00
committed by GitHub
parent b6719e9f8b
commit 4296e111bc

View File

@ -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 """