morrySnow commented on code in PR #15672:
URL: https://github.com/apache/doris/pull/15672#discussion_r1066162116


##########
regression-test/suites/nereids_syntax_p0/function.groovy:
##########
@@ -103,5 +103,10 @@ suite("nereids_function") {
         sql "select convert_to('abc', cast(number as varchar)) from 
numbers('number'='1')"
         exception "must be a constant"
     }
+
+    test {
+        sql """select "1" == "123", "%%" == "%%" """

Review Comment:
   nit: we need remove syntax `1 == 3`, legacy planner only support `1 = 3`, 
please fix it in another PR



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