ahirner commented on issue #6863: URL: https://github.com/apache/datafusion/issues/6863#issuecomment-2092073806
Any idea whether aggregations on array elements are covered in this epic? I had no success so far: ```sql > select max(unnest([1,3,5])); type_coercion caused by Internal error: Unnest should be rewritten to LogicalPlan::Unnest before type coercion. This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker ``` -- 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]
