Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
Description
When passing a list of files to the constructor of pyarrow.dataset.FileSystemDataset, all files that don't exist are silently dropped immediately (i.e. no fragments are created for them).
Instead, I would expect that fragments will be created for them but an error is thrown when one tries to read the fragment with the non-existent file.
Attachments
Issue Links
- relates to
-
ARROW-7673 [C++][Dataset] Revisit File discovery failure mode
- Resolved
- links to