sahilTakiar commented on issue #1695: HADOOP-16685: FileSystem#listStatusIterator does not check if given path exists URL: https://github.com/apache/hadoop/pull/1695#issuecomment-551341953 @jojochuang yeah, it doesn't look like ABFS or S3A actually overrides any of the `listStatusIterator` behavior, so I guess there isn't a huge benefit currently to use `listStatusIterator` vs. a regular `listStatus(Path)` call for these filesystems. I think S3A does page list results in other places, like `listFiles`. For this patch, the single batch will be fetched in the constructor rather than the first call to `hasNext()`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
