eldenmoon commented on code in PR #53092:
URL: https://github.com/apache/doris/pull/53092#discussion_r2206202003


##########
regression-test/suites/variant_p0/schema_change/schema_change.groovy:
##########
@@ -51,7 +49,7 @@ suite("regression_test_variant_schema_change", 
"variant_type"){
     // sql "set experimental_enable_nereids_planner = true"
     // add, drop columns
     sql """INSERT INTO ${table_name} SELECT *, '{"k1":1, "k2": "hello world", 
"k3" : [1234], "k4" : 1.10000, "k5" : [[123]]}' FROM numbers("number" = 
"4096")"""
-    sql "alter table ${table_name} add column v2 
variant<properties(\"variant_max_subcolumns_count\" = 
\"${max_subcolumns_count}\", \"variant_enable_typed_paths_to_sparse\" = 
\"${enable_typed_paths_to_sparse}\")> default null"

Review Comment:
   保留一下variant<properties(\"variant_max_subcolumns_count\" = 
\"${max_subcolumns_count}\", \"variant_enable_typed_paths_to_sparse\" = 
\"${enable_typed_paths_to_sparse}\")> default null"



-- 
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]

Reply via email to