Converting a path String to a byte[][] currently requires an unnecessary intermediate conversion from String to String[]. Removing this will reduce excessive object allocation and byte copying.
- is required by
-
HDFS-10655 Fix path related byte array conversion bugs
-
- Resolved
-