You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/10/01 16:19:00 UTC

[jira] [Created] (ARROW-3388) [Python] boolean Partition keys in ParquetDataset are reconstructed as string

Uwe L. Korn created ARROW-3388:
----------------------------------

             Summary: [Python] boolean Partition keys in ParquetDataset are reconstructed as string
                 Key: ARROW-3388
                 URL: https://issues.apache.org/jira/browse/ARROW-3388
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Uwe L. Korn
             Fix For: 0.12.0


Saving a {{ParquetDataset}} using a boolean column as a partitioning column will store {{True/False}} as the values in the path. On reload these columns will then be string columns with the values {{'True'}} and {{'False'}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)