csun5285 commented on code in PR #54439:
URL: https://github.com/apache/doris/pull/54439#discussion_r2278537556


##########
regression-test/suites/variant_p0/test_array_function.groovy:
##########
@@ -66,8 +66,6 @@ suite("test_variant_array_function", "p0") {
         select array_product(cast(var['a'] as array<int>)), 
array_product(cast(var['c'] as array<double>)) from ${tableName} order by id;
     """
 
-    qt_sql """ select array_sum(cast(var['b'] as array<string>)) from 
${tableName} order by id; """

Review Comment:
   array sum 不支持 string



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