Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix predicate pushdown bugs: project columns within DatafusionArrowPredicate (#4005) (#4006) #4021

Merged
merged 5 commits into from
Oct 30, 2022

Conversation

tustvold
Copy link
Contributor

@tustvold tustvold commented Oct 29, 2022

Which issue does this PR close?

Closes #4005
Closes #4006

Rationale for this change

See tickets

What changes are included in this PR?

Project batch in DatafusionArrowPredicate according to the order expected by the PhysicalExpr

Are there any user-facing changes?

No

@github-actions github-actions bot added the core Core datafusion crate label Oct 29, 2022
@tustvold tustvold marked this pull request as ready for review October 30, 2022 01:50
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- thank you @tustvold 🙏 -- I am working on additional test coverage of this feature in #3976 so I feel pretty good about this PR

@alamb
Copy link
Contributor

alamb commented Oct 30, 2022

I'll plan to merge this in tomorrow unless anyone else would like to comment

@alamb alamb changed the title Project columns within DatafusionArrowPredicate (#4005) (#4006) Fix predicate pushdown bugs: project columns within DatafusionArrowPredicate (#4005) (#4006) Oct 30, 2022
@alamb
Copy link
Contributor

alamb commented Oct 30, 2022

This PR had a conflict after merging #3989

Screen Shot 2022-10-30 at 7 44 22 AM

I took the liberty of fixing the merge conflict and pushing the fix.

@tustvold tustvold merged commit 35f786b into apache:master Oct 30, 2022
@ursabot
Copy link

ursabot commented Oct 30, 2022

Benchmark runs are scheduled for baseline = f4d70ac and contender = 35f786b. 35f786b is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

jimexist pushed a commit to jimexist/arrow-datafusion that referenced this pull request Oct 31, 2022
…edicate (apache#4005) (apache#4006) (apache#4021)

* Project columns within DatafusionArrowPredicate (apache#4005) (apache#4006)

* Add test

* Format

* Fix merge blunder

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
@alamb
Copy link
Contributor

alamb commented Oct 31, 2022

I found another related bug: #4046

Dandandan pushed a commit to yuuch/arrow-datafusion that referenced this pull request Nov 5, 2022
…edicate (apache#4005) (apache#4006) (apache#4021)

* Project columns within DatafusionArrowPredicate (apache#4005) (apache#4006)

* Add test

* Format

* Fix merge blunder

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core datafusion crate
Projects
None yet
3 participants