paleolimbot opened a new pull request #12564:
URL: https://github.com/apache/arrow/pull/12564


   This is an early draft PR to add a basic Substrait consumer, at least enough 
for us to test our Substrait output to help us stay on track.
   
   The main issue I have is that I can't get this to build locally, even though 
I'm building with `-DARROW_ENGINE=ON`. I don't think that `libsubstrait.a` is 
getting installed nor are the headers in `arrow/engine/substrait`, and I'm not 
sure if this is a config error or whether I just don't know cmake well enough 
to make it work on my machine.
   
   The second thing that I don't know how to do is how to get the source node 
at the top of the serialized plan.
   
   The third thing I don't know how to do is to get the plan to return a 
RecordBatchReader like we do with the other exec plan runner.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to