qazxcdswe123 commented on issue #15006: URL: https://github.com/apache/datafusion/issues/15006#issuecomment-2699638207
Hi @vbarua I think I can first file a PR tackling this part. `RESPECT NULLS and IGNORE NULLS should not be valid options for aggregate functions.` Then a separate PR for the second part. --- based on my research and reading, it seems that the most straightforward fix can be done [here](https://github.com/apache/datafusion/blob/75977692c12bda72301ccf65067532c5135fbd5c/datafusion/sql/src/expr/function.rs#L350) and I'll check if this is related to linked issues/PR above -- 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]
