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


##########
regression-test/suites/query_p0/sql_functions/array_functions/test_array_functions_by_literal.groovy:
##########
@@ -190,6 +190,6 @@ suite("test_array_functions_by_literal") {
     // abnormal test
     test {
         sql "select array_intersect([1, 2, 3, 1, 2, 3], '1[3, 2, 5]')"
-        exception "errCode = 2, detailMessage = No matching function with 
signature: array_intersect(array<tinyint(4)>, varchar(-1))"
+        exception "errCode = 2, detailMessage = No matching function with 
signature: array_intersect(array<tinyint(4)>, varchar(65533))"

Review Comment:
   you're right, but the pipeline is blocked, It's just a quick fix ,I will fix 
it in latter 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: [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