[
https://issues.apache.org/jira/browse/ARROW-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16731867#comment-16731867
]
Dmitry Vukolov commented on ARROW-2038:
---------------------------------------
The issue stems from the fact that while the underlying S3FileSystem does
support both types of paths, with and without and explicit {{s3://}}, its
function calls always return paths stripped of the scheme. This messes up with
the logic in S3FSWrapper.isdir() and .isfile(). A simple fix is in the
following PR: https://github.com/apache/arrow/pull/3286
> [Python] Follow-up bug fixes for s3fs Parquet support
> -----------------------------------------------------
>
> Key: ARROW-2038
> URL: https://issues.apache.org/jira/browse/ARROW-2038
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Labels: aws, parquet, pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> see discussion inÂ
> https://github.com/apache/arrow/pull/916#issuecomment-360558248
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)