megakaizo opened a new pull request, #23102:
URL: https://github.com/apache/datafusion/pull/23102

   ## Which issue does this PR close?
   
   - part of #23080
   
   ## Rationale for this change
   
   `ResolvedTableReference` and `TableReference` re-exports were deprecated in 
46.0.0 in `datafusion-sql` and should be imported from `datafusion_common` (or 
`datafusion::common`) instead.
   
   ## What changes are included in this PR?
   
   - Removed deprecated `ResolvedTableReference` and `TableReference` 
re-exports from `datafusion-sql` (`lib.rs`).
   - Updated internal downstream imports in `datafusion-sql`, 
`datafusion-core`, and `datafusion-substrait` to use correct paths.
   
   ## Are these changes tested?
   
   Verified by running local compilation and tests.
   
   ## Are there any user-facing changes?
   
   Yes. This removes deprecated public Rust API re-exports 
`ResolvedTableReference` and `TableReference` from `datafusion-sql`. Downstream 
users should migrate to importing them from `datafusion_common` (or 
`datafusion::common`).
   
   This is an API change and should be labeled `api change`.
   


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