Jefffrey commented on code in PR #18441: URL: https://github.com/apache/datafusion/pull/18441#discussion_r2521385859
########## docs/source/library-user-guide/upgrading.md: ########## @@ -261,6 +261,23 @@ The accompanying `AggregateUDF::is_ordered_set_aggregate` has also been renamed No functionality has been changed with regards to this method; it still refers only to permitting use of `WITHIN GROUP` SQL syntax for the aggregate function. +### `AggregateUDFImpl::supports_null_handling_clause` now defaults to `false` Review Comment: I've added a section for v52 in the upgrade doc and moved it there now -- 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]
