You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/02/05 02:22:00 UTC

[jira] [Created] (ARROW-15587) [C++] Add support for all options specified by substrait::ReadRel::LocalFiles::FileOrFiles

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)