eldenmoon commented on code in PR #52927:
URL: https://github.com/apache/doris/pull/52927#discussion_r2194473210
##########
regression-test/suites/variant_github_events_index_type_p2/load.groovy:
##########
@@ -134,13 +136,14 @@ suite("test_variant_index_type_p2", "p2"){
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_repo_name(v) USING INVERTED PROPERTIES("parser" =
"english", "field_pattern" = "repo.name") COMMENT ''
)
UNIQUE KEY(`k`)
DISTRIBUTED BY HASH(k) BUCKETS 4
- properties("replication_num" = "1", "disable_auto_compaction" =
"false", "variant_enable_flatten_nested" = "true", "bloom_filter_columns" =
"v", "variant_max_subcolumns_count" = "${rand_subcolumns_count}");
+ properties("replication_num" = "1", "disable_auto_compaction" =
"false", "variant_enable_flatten_nested" = "false", "bloom_filter_columns" =
"v");
Review Comment:
variant_enable_flatten_nested should be 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]