Skip to content

Commit 76a321f

Browse files
committed
Push Down Filter Subexpressions in Nested Loop Joins as Projections (apache#17906)
* Check-in NestedLoopJoinProjectionPushDown * Update Cargo.lock * Add some comments * Update slts that are affected by the nl-join-projection-push-down * please lints * Move code into projection_pushdown.rs * Remove explicit coalesce batches * Docs
1 parent 805bef1 commit 76a321f

File tree

7 files changed

+824
-79
lines changed

7 files changed

+824
-79
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/physical-optimizer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ recursive = { workspace = true, optional = true }
5252

5353
[dev-dependencies]
5454
datafusion-expr = { workspace = true }
55+
datafusion-functions = { workspace = true }
5556
insta = { workspace = true }
5657
tokio = { workspace = true }

0 commit comments

Comments
 (0)