Skip to content

Commit 0fce388

Browse files
committed
move filtering logic into the coalescer
1 parent fdfd2cc commit 0fce388

File tree

5 files changed

+805
-9
lines changed

5 files changed

+805
-9
lines changed

datafusion/physical-plan/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ hashbrown = { workspace = true }
5757
indexmap = { workspace = true }
5858
itertools = { workspace = true, features = ["use_std"] }
5959
log = { workspace = true }
60+
num = "0.2.0"
6061
once_cell = "1.18.0"
6162
parking_lot = { workspace = true }
6263
pin-project-lite = "^0.2.7"

0 commit comments

Comments
 (0)