Omega359 commented on code in PR #20812: URL: https://github.com/apache/datafusion/pull/20812#discussion_r2983322013
########## docs/source/library-user-guide/upgrading/54.0.0.md: ########## @@ -122,3 +122,47 @@ stats.column_statistics[0].min_value = ...; let mut stats = Arc::unwrap_or_clone(plan.partition_statistics(None)?); stats.column_statistics[0].min_value = ...; ``` + +### Remove `as_any` from `ScalarUDFImpl` + +Now that we have a more recent minimum version of Rust, we can take advantage of Review Comment: ```suggestion Now that the MSRV has reached 1.86 we can take advantage of ``` -- 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]
