[
https://issues.apache.org/jira/browse/ARROW-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661428#comment-17661428
]
Rok Mihevc commented on ARROW-4406:
-----------------------------------
This issue has been migrated to [issue
#20969|https://github.com/apache/arrow/issues/20969] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> 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
> Assignee: George Sakkis
> Priority: Minor
> Labels: easyfix, pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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
(v8.20.10#820010)