Uh oh!
There was an error while loading. Please reload this page.
ARROW-16426: [C++] Add TeeNode to execution engine - #13040
Conversation
rtpsw
commented
May 3, 2022
@westonpace, the build failures shows a dependency problem in some of the platforms. I'm not sure how to resolve this. |
westonpace
commented
May 3, 2022
Ah, it seems Although exposing things tends to have somewhat infectious consequences. For example, I'm pretty sure you will then also need to expose |
westonpace
left a comment
There was a problem hiding this comment.
Very clever idea. Only a few minor suggestions.
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.
rtpsw
commented
May 5, 2022
@westonpace, the |
westonpace
commented
May 10, 2022
I agree it is unrelated. In the future, if there are build failures and they seem unrelated feel free to just mention something like "build failures seem unrelated" and (assuming its ready) re-request review. |
ursabot
commented
May 11, 2022
Benchmark runs are scheduled for baseline = d00caa9 and contender = 7bfc732. 7bfc732 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
The existing write node is a consuming one while the proposed tee node is a pass-through one.