This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new fb12029e70 chore: re-export projection in datafusion::datasource 
(#21185)
fb12029e70 is described below

commit fb12029e70b0c7e30ed8e03443d0a8b3d35ac999
Author: Raz Luvaton <[email protected]>
AuthorDate: Thu Mar 26 21:57:10 2026 +0200

    chore: re-export projection in datafusion::datasource (#21185)
    
    ## Which issue does this PR close?
    
    N/A
    
    ## Rationale for this change
    
    So I won't have to specify another crate
    
    ## What changes are included in this PR?
    
    re-export
    
    ## Are these changes tested?
    No
    
    ## Are there any user-facing changes?
    
    Yes, can be used from `datafusion::datasource`
---
 datafusion/core/src/datasource/mod.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datafusion/core/src/datasource/mod.rs 
b/datafusion/core/src/datasource/mod.rs
index c0cb9b5fa0..55bd7851ee 100644
--- a/datafusion/core/src/datasource/mod.rs
+++ b/datafusion/core/src/datasource/mod.rs
@@ -42,6 +42,7 @@ pub use datafusion_catalog::default_table_source;
 pub use datafusion_catalog::memory;
 pub use datafusion_catalog::stream;
 pub use datafusion_catalog::view;
+pub use datafusion_datasource::projection;
 pub use datafusion_datasource::schema_adapter;
 pub use datafusion_datasource::sink;
 pub use datafusion_datasource::source;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to