Joris Van den Bossche created ARROW-8427:
--------------------------------------------
Summary: [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
Fix For: 0.17.0
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)