You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2020/01/22 12:06:00 UTC

[jira] [Created] (ARROW-7646) [C++][Dataset] Ability to restrict Hive partitioning to certain fields

Krisztian Szucs created ARROW-7646:
--------------------------------------

             Summary: [C++][Dataset] Ability to restrict Hive partitioning to certain fields
                 Key: ARROW-7646
                 URL: https://issues.apache.org/jira/browse/ARROW-7646
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++ - Dataset
            Reporter: Krisztian Szucs


I can imagine use cases where the user only want a subset of the fields discovered by the HivePartitioningFactory. 

It would look like the following at the python user level API:
{code:python}
partitioning(field_names=[...], flavor='hive')
{code}





--
This message was sent by Atlassian Jira
(v8.3.4#803005)