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:41:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-6494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Kietzman updated ARROW-6494:
-------------------------------------
    Description: 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".  (was: 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".)

> [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
>            Priority: Major
>              Labels: dataset
>
> 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)