You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Francois Saint-Jacques (Jira)" <ji...@apache.org> on 2020/04/14 00:41:00 UTC

[jira] [Resolved] (ARROW-8427) [C++][Dataset] Do not ignore file paths with underscore/dot when full path was specified

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

Francois Saint-Jacques resolved ARROW-8427.
-------------------------------------------
    Resolution: Fixed

Issue resolved by pull request 6915
[https://github.com/apache/arrow/pull/6915]

> [C++][Dataset] Do not ignore file paths with underscore/dot when full path was specified
> ----------------------------------------------------------------------------------------
>
>                 Key: ARROW-8427
>                 URL: https://issues.apache.org/jira/browse/ARROW-8427
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Joris Van den Bossche
>            Assignee: Ben Kietzman
>            Priority: Major
>              Labels: dataset, pull-request-available
>             Fix For: 0.17.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Currently, when passing a list of file path to FileSystemDatasetFactory, the files that have one of their parent directories with a underscore or dot are skipped. Since the file paths were passed as an explicit list, we should maybe not skip them.
> For example, when specifying a directory (Selector), it will only check child directories to skip, not parent directories.



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