Uh oh!
There was an error while loading. Please reload this page.
ARROW-17610: [C++] Support additional source types in SourceNode - #14207
Conversation
rtpsw
commented
Sep 22, 2022
cc @westonpace, @pitrou |
westonpace
left a comment
There was a problem hiding this comment.
I still think there is value in the user being able to specify the I/O executor. I just think we should default it to the default I/O executor.
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.
rtpsw
commented
Sep 25, 2022
@westonpace, any idea how to fix the Windows linker error here? In the past I was able to fix this by adding |
rtpsw
commented
Sep 25, 2022
I suspect this is due to adding
|
westonpace
commented
Sep 25, 2022
I think the problem is that |
rtpsw
commented
Sep 26, 2022
It turns out template instantiations and attributes (in this case, visibility) do not work together nicely. When I try adding code like and when I try adding code like So, both tries do not work, at least with my compiler. There seems to be a proposal documenting this limitation, but I'm not sure what its status is. In the commit I just made, I opted instead to explicitly define and export non-template symbols. |
rtpsw
commented
Sep 27, 2022
The CI failures look unrelated to the PR. |
rtpsw
commented
Oct 13, 2022
@westonpace, to make sure we're on the same page, what remains for this PR to go through? |
westonpace
left a comment
There was a problem hiding this comment.
This looks good now and should be very useful for helping people get data into Acero, thanks! I'll wait until after we make the RC branch (I think this happens on Monday) before I merge.
rtpsw
commented
Nov 6, 2022
@westonpace, is it a good time to get back to this PR? |
westonpace
commented
Nov 21, 2022
Yes, apologies. Since it's been a month lets give it one last CI pass. I've rebased this (all tests pass locally) and will merge later today. |
ursabot
commented
Nov 23, 2022
Benchmark runs are scheduled for baseline = 7198676 and contender = c929303. c929303 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
See https://issues.apache.org/jira/browse/ARROW-17610