-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-12421: [Rust] [DataFusion] Fix topkexec failure #10077
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
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename pull request title in the following format? or See also: |
alamb
left a comment
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.
Nice
|
@alamb @andygrove I pushed a version with a fix (I believe) for the |
|
Thanks @Dandandan 🚀 So if the issue was just in the test, I should change my vote on the release to a +1? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10077 +/- ##
==========================================
+ Coverage 78.90% 78.92% +0.01%
==========================================
Files 286 286
Lines 64717 64713 -4
==========================================
+ Hits 51068 51075 +7
+ Misses 13649 13638 -11 ☔ View full report in Codecov by Sentry. |
|
@andygrove as far as I can see the issue was in the test and faulty TopKExec implementation only, not really in repartion or the optimization of the repartion node. |
|
ok, we probably need to get the flatbuffer dependency change in anyway, so
we should re-introduce the repartition optimization. Do you want to create
a PR for that? If not, I can get to it later today.
…On Sat, Apr 17, 2021 at 10:45 AM Daniël Heres ***@***.***> wrote:
@andygrove <https://github.com/andygrove> as far as I can see the issue
was in the test and faulty TopKExec implementation only, not really in
repartion or the optimization of the repartion node.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10077 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHEBRA26KAMAGCFYYAUZ4DTJG3JPANCNFSM43C7OCUA>
.
|
|
I probably won't get to that anymore today. Thanks, would be great |
|
Thanks @Dandandan
For the record, the |
|
Thanks @alamb @andygrove . It would still be valuable to see if we can improve the example, or even add it to DataFusion once we have a good implementation (without the extension stuff of course)! |
This reproduces the test failure for the
TopKExectest that @andygrove was seeing in combination with a 24-core machine.Also FYI @alamb
(Marked as ready for review to trigger CI)