You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "LuciferYang (via GitHub)" <gi...@apache.org> on 2023/04/12 04:55:29 UTC

[GitHub] [spark] LuciferYang opened a new pull request, #40751: [SPARK-43102][BUILD] Upgrade commons-compress to 1.23.0

LuciferYang opened a new pull request, #40751:
URL: https://github.com/apache/spark/pull/40751

   ### What changes were proposed in this pull request?
   This pr aims to upgrade Apache commons-compress from 1.22 to 1.23.0
   
   
   ### Why are the changes needed?
   The new version bring some new features:
   - COMPRESS-614: Use FileTime for time fields in SevenZipArchiveEntry
   - COMPRESS-621: Fix calculation the offset of the first ZIP central directory entry
   - COMPRESS-633: Add encryption support for SevenZ
   - COMPRESS-613: Support for extra time data in Zip archives
   - COMPRESS-621: Add org.apache.commons.compress.archivers.zip.DefaultBackingStoreSupplier to write to a custom folder instead of the default temporary folder.
   - COMPRESS-600: Add capability to configure Deflater strategy in GzipCompressorOutputStream: GzipParameters.setDeflateStrategy(int).
   
   and some bugs fix:
   - COMPRESS-638: The GzipCompressorOutputStream#writeHeader() uses ISO_8859_1 to write the file name and comment. 
     If the strings contains non-ISO_8859_1 characters, unknown characters are displayed after decompression. 
     Use percent encoding for non ISO_8859_1 characters.
   - COMPRESS-641: Add TarArchiveEntry.getLinkFlag()
   - COMPRESS-642: Integer overflow ArithmeticException in TarArchiveOutputStream #368.
   - COMPRESS-642: org.apache.commons.compress.archivers.zip.ZipFile.finalize() should not write to std err.
   
   all changes as follows:
   
   - https://commons.apache.org/proper/commons-compress/changes-report.html#a1.23.0
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   Pass GitHub Actions


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] zhengruifeng closed pull request #40751: [SPARK-43102][BUILD] Upgrade commons-compress to 1.23.0

Posted by "zhengruifeng (via GitHub)" <gi...@apache.org>.
zhengruifeng closed pull request #40751: [SPARK-43102][BUILD] Upgrade commons-compress to 1.23.0
URL: https://github.com/apache/spark/pull/40751


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] zhengruifeng commented on pull request #40751: [SPARK-43102][BUILD] Upgrade commons-compress to 1.23.0

Posted by "zhengruifeng (via GitHub)" <gi...@apache.org>.
zhengruifeng commented on PR #40751:
URL: https://github.com/apache/spark/pull/40751#issuecomment-1517277978

   merged to master


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] LuciferYang commented on pull request #40751: [SPARK-43102][BUILD] Upgrade commons-compress to 1.23.0

Posted by "LuciferYang (via GitHub)" <gi...@apache.org>.
LuciferYang commented on PR #40751:
URL: https://github.com/apache/spark/pull/40751#issuecomment-1517284466

   Thanks @zhengruifeng 


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org