Skip to content

Commit b15b2ea

Browse files
committed
Sort by projected partition values
1 parent 83423a0 commit b15b2ea

File tree

4 files changed

+203
-391
lines changed

4 files changed

+203
-391
lines changed

crates/iceberg/src/arrow/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ mod reader;
3232
pub mod record_batch_projector;
3333
pub(crate) mod record_batch_transformer;
3434
mod value;
35-
mod partition_value_visitor;
3635

3736
pub use reader::*;
3837
pub use value::*;

crates/iceberg/src/arrow/partition_value_visitor.rs

Lines changed: 0 additions & 203 deletions
This file was deleted.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ pub(crate) const DATA_FILES_COL_NAME: &str = "data_files";
2828

2929
pub use project::project_with_partition;
3030
pub use scan::IcebergTableScan;
31+
pub use sort::sort_by_partition;

0 commit comments

Comments
 (0)