comphead commented on code in PR #19518: URL: https://github.com/apache/datafusion/pull/19518#discussion_r2653921000
########## datafusion/expr/src/type_coercion/functions.rs: ########## @@ -197,6 +207,7 @@ pub fn fields_with_window_udf( /// /// For more details on coercion in general, please see the /// [`type_coercion`](crate::type_coercion) module. +#[deprecated(since = "52.0.0", note = "use fields_with_udf")] pub fn data_types( Review Comment: if its pub it still might be used elsewhere beyond DF engine -- 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]
