cambyzju commented on code in PR #15848:
URL: https://github.com/apache/doris/pull/15848#discussion_r1067655729
##########
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:
For this case, we maybe only need to catch error msg prefix: `errCode = 2,
detailMessage = No matching function with signature: array_intersect`
--
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]