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

   
   
   ### What changes were proposed in this pull request?
   
   Add `constraints { implementation(libs.thrift) }` in `hive-metastore2-libs` 
and `hive-metastore3-libs` to upgrade the transitive libthrift from 0.9.3 to 
0.12.0.
   
   
   ### Why are the changes needed?
   
   libthrift 0.9.3 is pulled transitively by Hive Metastore and has known 
issues in SASL negotiation and large message handling. Version 0.12.0 fixes 
these while maintaining binary compatibility with Hive 2.x/3.x.
   
   Versions >= 0.14.0 relocate `TFramedTransport` to a different package, 
breaking Hive compatibility, so 0.12.0 is the highest safe version.
   
   Fix: #11055 
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. The Thrift wire protocol is backward-compatible.
   
   ### How was this patch tested?
   
   - `CatalogHive2IT` integration test — passes
   - `CatalogHive3IT` integration test — passes
   - `IcebergRESTHiveCatalogIT` integration test — passes


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