zhongjingxiong commented on pull request #35278: URL: https://github.com/apache/spark/pull/35278#issuecomment-1033927506
@HyukjinKwon I think this is an improvement. At least on the UNIX platform, it can realize zip decompression normally, because the zip decompression method provided by Apache common only exposes the file permissions, which is the difference from the original zip decompression method provided by Apache Hadoop. At the same time, due to the platform restrictions, for the non UNIX platform such as windows, We skipped the process of granting file permissions. Once we skipped this logic, the code I wrote is similar to the zip decompression code originally provided by Hadoop. -- 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]
