dongjoon-hyun opened a new pull request, #58718:
URL: https://github.com/apache/spark/pull/58718

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade `zstd-jni` to 1.5.7-16.
   
   ### Why are the changes needed?
   
   To bring the latest bug fixes and improvements. `zstd-jni` 1.5.7-16 was 
released on 2026-08-29 and includes the following notable changes since 
1.5.7-13.
   
   - [v1.5.7-16](https://github.com/luben/zstd-jni/releases/tag/v1.5.7-16) 
(2026-08-29)
   - [v1.5.7-15](https://github.com/luben/zstd-jni/releases/tag/v1.5.7-15) 
(2026-08-16)
   - [v1.5.7-14](https://github.com/luben/zstd-jni/releases/tag/v1.5.7-14) 
(2026-08-16)
   
   Notable changes:
   - Fix cross-object lifetime tracking for dicts and contexts
   - Fix dict lifecycle in `ZstdDirectBufferCompressingStream`
   - Add more guards for non-null and closed streams
   - Add argument validation for `ZstdDictDecompress` constructor
   - Fix int overflow
   - Simplify loading the native library
   - Return `long` from the private natives whose C function returns `size_t`
   - Guard against negative frame content sizes
   
   Full changelog: 
https://github.com/luben/zstd-jni/compare/v1.5.7-13...v1.5.7-16
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 5


-- 
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]

Reply via email to