You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Benjamin Kietzman (Jira)" <ji...@apache.org> on 2019/09/09 14:40:00 UTC

[jira] [Created] (ARROW-6494) [C++] Implement basic PartitionScheme

Benjamin Kietzman created ARROW-6494:
----------------------------------------

             Summary: [C++] Implement basic PartitionScheme
                 Key: ARROW-6494
                 URL: https://issues.apache.org/jira/browse/ARROW-6494
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Benjamin Kietzman
            Assignee: Benjamin Kietzman


The PartitionScheme interface parses paths and yields the partition expressions which are encoded in those paths. For example, the Hive partition scheme would yield {{"a"_=2 and "b"_=3}} from "a=2/b=3/*.parquet".



--
This message was sent by Atlassian Jira
(v8.3.2#803003)