alamb commented on code in PR #14276: URL: https://github.com/apache/datafusion/pull/14276#discussion_r1937088967
########## datafusion/functions/src/core/named_struct.rs: ########## @@ -203,12 +137,19 @@ impl ScalarUDFImpl for NamedStructFunc { )))) } - fn invoke_batch( Review Comment: THe reason we kept around deprecated functions is to give downstream users of DataFusion time to adjust their code -- especially on upgrade having a deprecated function with guidance of what to change has been helpful You can read more about this strategy here: - https://datafusion.apache.org/library-user-guide/api-health.html -- 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