westonpace opened a new pull request, #13613:
URL: https://github.com/apache/arrow/pull/13613

   This picks up where #13285 has left off.  It only focuses on the 
Substrait->Arrow direction at the moment.  In addition, basic support is added 
for named tables.  This makes it easy to create unit tests that read from 
in-memory tables instead of requiring unit tests to do a scan.
   
   Right now this PR is pretty rough and still needs some cleanup:
   
    * I've stuck the function converter registry and named table provider in 
the extension set for now just so I have a place to put it. Once #13537 merges 
I'd prefer these to be part of converter options.
    * The extension set no longer needs function records in the same way and 
should be trimmed up.
    * Various FIXME / hacks put in place to get things working should be 
smoothed out.
    * Only add/add_checked are implemented at the moment.  I need to copy over 
the rest of the standard functions, but this should be fairly straightforward 
now.
   


-- 
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