Uh oh!
There was an error while loading. Please reload this page.
ARROW-13643: [C++][Compute] Implement outer join with support for residual predicates - #11579
ARROW-13643: [C++][Compute] Implement outer join with support for residual predicates#11579save-buffer wants to merge 1 commit into
Conversation
0754d39 to
718f2a3Comparesave-buffer
commented
Nov 4, 2021
The CI failure seems to be a failure with failing to download python 3.1 (https://discuss.python.org/t/disappearing-macos-packages-on-python-org/11737), which is unrelated to this PR. |
718f2a3 to
abe7b48Compare
bkietz
left a comment
There was a problem hiding this comment.
Thanks for doing this! I'm still reading this PR, but I've got a few minor comments now
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
71f5bd6 to
8e01ed9Compare
westonpace
left a comment
There was a problem hiding this comment.
Looks pretty good. I'm surprised this only required one additional test as there is a fair amount of nuance here but it is possible that some of these situations are being covered by the existing tests.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
3c8db0c to
9ef81ecComparesave-buffer
commented
Nov 14, 2021
The failures seem to be due to conda having a bad time: Don't think it's related to me. I'll try rebasing in a couple days and maybe the checks will pass. |
westonpace
left a comment
There was a problem hiding this comment.
Looks good, just a few nits from me.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
westonpace
commented
Nov 18, 2021
@bkietz did you want to look over this one more time? Otherwise I think we can merge. |
439e8ff to
a3ea744CompareUh oh!
There was an error while loading. Please reload this page.
76613e3 to
762695aComparesave-buffer
commented
Nov 25, 2021
These failures don't appear to be me. |
lidavidm
commented
Nov 28, 2021
Hmm, it seems this PR modifies the parquet-testing submodule - perhaps it needs to be rebased/something happened during the last rebase? |
762695a to
10e9613Comparesave-buffer
commented
Nov 29, 2021
Yeah that seems like what happened. I guess I still need some practice with rebasing 😅 I went with the nuclear option and squashed my commits and removed the change to the testing directory, so hopefully it'll be good now. |
lidavidm
commented
Nov 29, 2021
Ok, looks like these last two failures/timeouts are not related. Thanks for the updates! |
Benchmark runs are scheduled for baseline = 72f7fbe and contender = 4913352. 4913352 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Implements residual predicates on hash join