Skip to content

Commit e8eb255

Browse files
committed
feat(datafusion): adapt the repartition to determine only the best partitioning strategy
1 parent b6d5c2a commit e8eb255

File tree

2 files changed

+197
-337
lines changed

2 files changed

+197
-337
lines changed

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

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

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

27-
pub use repartition::IcebergRepartitionExec;
27+
pub use repartition::repartition;
2828
pub use scan::IcebergTableScan;

0 commit comments

Comments
 (0)