ArianaVillegas opened a new pull request #12625:
URL: https://github.com/apache/arrow/pull/12625


   The Substrait read operator defines files with LocalFiles::FileOrFiles. 
These elements can take one of several forms:
   
   - uri_path (can be a file or a folder)
   - uri_path_glob (a glob expression)
   - uri_file (file only)
   - uri_folder (folder only)
   
   The C++ Substrait consumer currently only supports uri_file. This PR adds 
support for the other options.
   
   - [ ] uri_path (can be a file or a folder)
   - [ ] uri_path_glob (a glob expression)
   - [ ] uri_folder (folder only)


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to