alamb commented on issue #13742: URL: https://github.com/apache/datafusion/issues/13742#issuecomment-2545961628
To be clear, I think the SQL parser supports predicates like `ARRAY_AGG(x) IGNORE NULL` and we have logical plan support for them. However, some aggregates (silently) ignore this, see - https://github.com/apache/datafusion/issues/9924 I think filling out support (or at least making it clear that this syntax is ignored) would be a great idea -- 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]
