Weston Pace created ARROW-15587:
-----------------------------------
Summary: [C++] Add support for all options specified by
substrait::ReadRel::LocalFiles::FileOrFiles
Key: ARROW-15587
URL: https://issues.apache.org/jira/browse/ARROW-15587
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Weston Pace
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. We should add
support for the other options.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)