eldenmoon commented on code in PR #30348:
URL: https://github.com/apache/doris/pull/30348#discussion_r1467270511
##########
regression-test/suites/variant_p0/column_name.groovy:
##########
@@ -28,19 +28,21 @@ suite("regression_test_variant_column_name",
"variant_type"){
properties("replication_num" = "1", "disable_auto_compaction" =
"true");
"""
+ // sql "set experimental_enable_nereids_planner = false"
+
sql """insert into ${table_name} values (1, '{"中文" : "中文",
"\\\u4E2C\\\u6587": "unicode"}')"""
qt_sql """select v:中文, v:`\\\u4E2C\\\u6587` from ${table_name}"""
Review Comment:
next PR will change
--
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]