comphead commented on code in PR #25278: URL: https://github.com/apache/datafusion/pull/25278#discussion_r4020374365
########## datafusion/sqllogictest/test_files/array_agg.slt: ########## @@ -596,6 +596,9 @@ physical_plan statement error This feature is not implemented: Calling array_agg: LIMIT not supported in function arguments: 1 SELECT array_agg(c13 LIMIT 1) FROM aggregate_test_100 +statement error This feature is not implemented: Calling array_agg: WHERE not supported in function arguments: c2 > 1 Review Comment: 👍 -- 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]
