geyanggang opened a new pull request, #11085:
URL: https://github.com/apache/gravitino/pull/11085

   
   ### What changes were proposed in this pull request?
   
   Add snappy-java to the version catalog (1.1.10.8) and add `constraints { 
implementation(libs.snappy.java) }` in `hive-metastore2-libs` and 
`hive-metastore3-libs` to upgrade the transitive snappy-java from 1.1.8.2.
   
   
   ### Why are the changes needed?
   
   snappy-java 1.1.8.2 (from Hive Metastore transitive) has known issues with 
buffer overflow and unchecked chunk length in decompression. Version 1.1.10.8 
fixes these while maintaining backward compatibility.
   
   
   Fix: #11084 
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   - `./gradlew :catalogs:hive-metastore2-libs:build 
:catalogs:hive-metastore3-libs:build` — passes
   - `./gradlew :catalogs:hive-metastore-common:test 
:catalogs:catalog-hive:test -PskipITs` — passes
   - Integration tests to be verified by CI
   


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

Reply via email to