This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new a9c29b3fbc7 branch-4.1: [fix](variant) Remove deprecated flatten
nested setting from P1 regression #63840 (#63949)
a9c29b3fbc7 is described below
commit a9c29b3fbc76c635f842e6dbfc1a0ede14c78e11
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 13:57:24 2026 +0800
branch-4.1: [fix](variant) Remove deprecated flatten nested setting from P1
regression #63840 (#63949)
Cherry-picked from #63840
Co-authored-by: lihangyu <[email protected]>
---
regression-test/suites/variant_p1/predefine/load.groovy | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/regression-test/suites/variant_p1/predefine/load.groovy
b/regression-test/suites/variant_p1/predefine/load.groovy
index 2809f5ed280..578731d51db 100644
--- a/regression-test/suites/variant_p1/predefine/load.groovy
+++ b/regression-test/suites/variant_p1/predefine/load.groovy
@@ -56,7 +56,6 @@ suite("test_predefine_type_multi_index", "p1"){
table_name = "github_events"
// int rand_subcolumns_count = Math.floor(Math.random() * (611 - 511 + 1))
+ 400
// int rand_subcolumns_count = 0;
- sql "set enable_variant_flatten_nested = true"
sql """ drop table if exists github_events_2 """
sql """
CREATE TABLE IF NOT EXISTS ${table_name} (
@@ -77,7 +76,7 @@ suite("test_predefine_type_multi_index", "p1"){
)
DUPLICATE KEY(`k`)
DISTRIBUTED BY HASH(k) BUCKETS 4
- properties("replication_num" = "1", "disable_auto_compaction" =
"true", "deprecated_variant_enable_flatten_nested" = "true");
+ properties("replication_num" = "1", "disable_auto_compaction" =
"true");
"""
// 2015
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]