hcrosse commented on code in PR #21689:
URL: https://github.com/apache/datafusion/pull/21689#discussion_r3101525427


##########
datafusion/sqllogictest/test_files/array/array_concat.slt:
##########
@@ -388,4 +388,77 @@ select array_concat(make_array(column3), column1, column2) 
from arrays_values_v2
 [NULL]
 
 
+## concat() delegates to array_concat when all arguments are arrays.

Review Comment:
   Good catch! I added FSL + List, but skipped List + LargeList, since 
`array_concat` itself errors on that on main. Filed #21702.



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