-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-17610: [C++] Support additional source types in SourceNode #14207
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
|
cc @westonpace, @pitrou |
westonpace
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.
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.
|
@westonpace, any idea how to fix the Windows linker error here? In the past I was able to fix this by adding |
I suspect this is due to adding
|
|
I think the problem is that |
|
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. |
|
The CI failures look unrelated to the PR. |
|
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
|
@westonpace, is it a good time to get back to this PR? |
98e1b06 to
d44ea27
Compare
|
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. |
|
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