Skip to content

Commit 5e05a0f

Browse files
committed
refactor: port to upstream the massive refactoring from the past few weeks
1 parent 6a8a0c5 commit 5e05a0f

File tree

11 files changed

+3752
-1031
lines changed

11 files changed

+3752
-1031
lines changed

datafusion/physical-optimizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ log = { workspace = true }
5252
recursive = { workspace = true, optional = true }
5353

5454
[dev-dependencies]
55-
datafusion-expr = { workspace = true }
5655
datafusion-datasource-parquet = { workspace = true }
56+
datafusion-expr = { workspace = true }
5757
datafusion-functions-nested = { workspace = true }
5858
insta = { workspace = true }

datafusion/physical-optimizer/src/progressive_evaluation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
//! TODO: physical optimizer run to conditionally swap the SPM with the ProgressiveEvalExec
1919
2020
mod extract_ranges;
21+
#[allow(dead_code)]
2122
mod lexical_ranges;
2223
mod statistics;
2324
mod util;

0 commit comments

Comments
 (0)