findepi commented on PR #16842: URL: https://github.com/apache/datafusion/pull/16842#issuecomment-3106513147
Update. This PR covers `ScalarUDFImpl` that today have explicit equals/hash implementations. Next steps - `AggregateUDFImpl` that today have explicit equals/hash implementations - `WindowUDFImpl` that today have explicit equals/hash implementations - all UDFs that benefit from default equals/hash implementations - (breaking change) dropping default implementation and replacing UDF equals/hash methods in UDF traits as in https://github.com/apache/datafusion/issues/16677#issuecomment-3092338265 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org