Details
Description
The Javadocs of FileSystem#listStatusIterator(final Path p) state that it "@throws FileNotFoundException if <code>p</code> does not exist". However, that does not seem to be the case. The method simply creates a DirListingIterator which doesn't do an existence check.
Attachments
Issue Links
- incorporates
-
HADOOP-13256 define FileSystem.listStatusIterator, implement contract tests
- Resolved
- is depended upon by
-
IMPALA-9120 Refreshing an ABFS table with a deleted directory fails
- Resolved
- links to