zhongjingxiong commented on pull request #35278: URL: https://github.com/apache/spark/pull/35278#issuecomment-1022897967
@HyukjinKwon @LuciferYang @Yikf I used the zipfile under the common package, ZipArchiveEntry.getUnixMode() can expose the permissions of the file, so I use the collection to store the permissions of the file. When the file has been created, give each file the original permissions. Could you review it ? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
