eldenmoon commented on code in PR #52927:
URL: https://github.com/apache/doris/pull/52927#discussion_r2194493445
##########
regression-test/suites/variant_p0/schema_change/schema_change.groovy:
##########
@@ -21,7 +21,7 @@ suite("regression_test_variant_schema_change",
"variant_type"){
sql """
CREATE TABLE IF NOT EXISTS ${table_name} (
k bigint,
- v variant
+ v variant<properties("variant_max_subcolumns_count" = "3",
"variant_enable_typed_paths_to_sparse" = "false")>
Review Comment:
why set variant_max_subcolumns_count 3 here, need fuzzy
--
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]