Skip to content

Commit e4d7e55

Browse files
committed
move filtering logic into the coalescer
1 parent f10db59 commit e4d7e55

File tree

3 files changed

+903
-0
lines changed

3 files changed

+903
-0
lines changed

datafusion/physical-plan/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ hashbrown = { workspace = true }
6262
indexmap = { workspace = true }
6363
itertools = { workspace = true, features = ["use_std"] }
6464
log = { workspace = true }
65+
num = "0.2.0"
6566
once_cell = "1.18.0"
6667
parking_lot = { workspace = true }
6768
pin-project-lite = "^0.2.7"

0 commit comments

Comments
 (0)