eldenmoon commented on code in PR #52927:
URL: https://github.com/apache/doris/pull/52927#discussion_r2194498530
##########
regression-test/suites/variant_p1/predefine/load.groovy:
##########
@@ -66,14 +68,15 @@ suite("test_predefine_type_multi_index", "p1"){
MATCH_NAME 'created_at' : datetime,
MATCH_NAME 'payload.issue.number' : int,
MATCH_NAME 'payload.comment.body' : string,
- MATCH_NAME 'type.name' : string
+ MATCH_NAME 'type.name' : string,
+ properties("variant_max_subcolumns_count" =
"${rand_subcolumns_count}")
> NULL,
INDEX idx_var (`v`) USING INVERTED PROPERTIES("parser" =
"english", "support_phrase" = "true"),
INDEX idx_var_2 (`v`) USING INVERTED
)
DUPLICATE KEY(`k`)
DISTRIBUTED BY HASH(k) BUCKETS 4
- properties("replication_num" = "1", "disable_auto_compaction" =
"true", "variant_enable_flatten_nested" = "true",
"variant_max_subcolumns_count" = "${rand_subcolumns_count}");
+ properties("replication_num" = "1", "disable_auto_compaction" =
"true", "variant_enable_flatten_nested" = "false");
Review Comment:
variant_enable_flatten_nested = true
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]