alamb commented on code in PR #17847:
URL: https://github.com/apache/datafusion/pull/17847#discussion_r2395837627


##########
docs/source/library-user-guide/upgrading.md:
##########
@@ -31,6 +31,25 @@ The Minimum Supported Rust Version (MSRV) has been updated 
to [`1.87.0`].
 
 [`1.87.0`]: https://releases.rs/docs/1.87.0/
 
+### `FunctionRegistry` exposes two additional methods
+
+`FunctionRegistry` exposes two additional methods `udafs` and `udwfs` which 
expose set of registered user defined aggregation and window function names. To 
upgrade implement methods returning set of registered function names:

Review Comment:
   👍 



-- 
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]

Reply via email to