alamb commented on code in PR #14365: URL: https://github.com/apache/datafusion/pull/14365#discussion_r1934560993
########## datafusion/sql/src/lib.rs: ########## @@ -50,5 +50,9 @@ pub mod unparser; pub mod utils; mod values; +#[deprecated( + since = "45.0.0", + note = "use datafusion_common::{ResolvedTableReference, TableReference}" +)] pub use datafusion_common::{ResolvedTableReference, TableReference}; Review Comment: I don't really know why this is publically re-exported but there is no reason to use it over what is in datafusion-common -- 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