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

   
   
   ### What changes were proposed in this pull request?
   
   Add `constraints { ... libs.thrift }` in the following modules to upgrade 
the transitive libthrift from 0.9.3 to 0.12.0:
   
   - `iceberg/iceberg-common` — `implementation` constraint
   - `catalogs/hive-metastore-common` — `compileOnly` + `testImplementation` 
constraints
   - `flink-connector/flink-common` — `compileOnly` + `testImplementation` 
constraints
   - `flink-connector/v1.18/flink` — `compileOnly` + `testImplementation` 
constraints
   - `flink-connector/v1.19/flink` — `compileOnly` + `testImplementation` 
constraints
   - `flink-connector/v1.20/flink` — `compileOnly` + `testImplementation` 
constraints
   - `trino-connector/integration-test` — `testImplementation` constraint
   
   ### Why are the changes needed?
   
   Follow-up to #11056. libthrift 0.9.3 is still pulled transitively in the 
above modules. Version 0.12.0 fixes known issues in SASL negotiation and large 
message handling while maintaining binary compatibility with Hive 2.x/3.x.
   
   Fix: #11275 
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. The Thrift wire protocol is backward-compatible.
   
   ### How was this patch tested?
   
   - `iceberg-rest-server` integration tests — pass
   - `catalog-hive` integration tests — pass
   - `catalog-lakehouse-iceberg` integration tests — pass
   - `flink-connector:flink-1.20` integration tests — pass
   - `hive-metastore-common` integration tests — pass
   - Verified all affected modules resolve libthrift to 0.12.0 via `./gradlew 
:module:dependencies`
   


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