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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to