You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/02/06 22:04:00 UTC

[jira] [Updated] (ARROW-4406) Ignore "*_$folder$" files on S3

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

ASF GitHub Bot updated ARROW-4406:
----------------------------------
    Labels: easyfix pull-request-available  (was: easyfix)

> Ignore "*_$folder$" files on S3
> -------------------------------
>
>                 Key: ARROW-4406
>                 URL: https://issues.apache.org/jira/browse/ARROW-4406
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>            Reporter: George Sakkis
>            Priority: Major
>              Labels: easyfix, pull-request-available
>
> Currently reading parquet files generated by Hadoop (EMR) from S3 fails with "ValueError: Found files in an intermediate directory" because of the [_$folder$|http://stackoverflow.com/questions/42876195/avoid-creation-of-folder-keys-in-s3-with-hadoop-emr] empty files. 
> The fix should be easy, just an extra condition in [ParquetManifest._should_silently_exclude|https://github.com/apache/arrow/blob/master/python/pyarrow/parquet.py#L770].



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