Skip to content

Commit 531388f

Browse files
committed
feat(datafusion): add the project_with_partition main entrypoint and use PhysicalExpr for partitions values calculation.
Signed-off-by: Florian Valeye <[email protected]>
1 parent bc805db commit 531388f

File tree

2 files changed

+266
-218
lines changed

2 files changed

+266
-218
lines changed

crates/integrations/datafusion/src/physical_plan/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ pub(crate) mod write;
2424

2525
pub(crate) const DATA_FILES_COL_NAME: &str = "data_files";
2626

27+
pub use project::project_with_partition;
2728
pub use scan::IcebergTableScan;

0 commit comments

Comments
 (0)