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


##########
regression-test/suites/datatype_p0/nested_types/ddl/create_nestedtypes_with_schemachange.groovy:
##########
@@ -75,7 +75,7 @@ suite("create_nestedtypes_with_schemachange", "p0") {
                      col3 array<int> $null_define,
                      col4 map<int, int> $null_define,
                      col5 struct<f1: int> $null_define,
-                     col6 variant $null_define
+                     col6 variant<properties("variant_max_subcolumns_count" = 
"0", "variant_enable_typed_paths_to_sparse" = "false")> $null_define

Review Comment:
   可以保持 desc 结果不变



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