Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-beta1
-
None
Description
SPARK-21817 was opened to fix a NPE in Spark where it calls LocatedFileStatus with a null FSPermission. This breaks in current HEAD. However, the LocatedFileStatus is a stable/evolving API so this is actually a regression introduced in HDFS-6984.
Attachments
Attachments
Issue Links
- is related to
-
SPARK-21817 Pass FSPermissions to LocatedFileStatus from InMemoryFileIndex
- Resolved