-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-6563: [Rust] [DataFusion] MergeExec #5386
Conversation
@paddyhoran @sunchao @nevi-me Here's another relatively small PR that would be good to get reviewed soon if possible. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a simple test or two, other than that LGTM
@paddyhoran I added a test and this is ready for re-review. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
56edbc5
to
7c14527
Compare
Implement the MergeExec execution plan for executing partitions in parallel and merging into a single partition.