geyanggang opened a new issue, #11275: URL: https://github.com/apache/gravitino/issues/11275
### What would you like to be improved? PR #11056 upgraded libthrift in `hive-metastore2-libs` and `hive-metastore3-libs`, but several other modules still resolve the transitive libthrift to 0.9.3 via Hive Metastore dependencies: - `iceberg:iceberg-common` (runtime classpath) - `catalogs:hive-metastore-common` - `flink-connector:flink-common` - `flink-connector:flink-1.18` - `flink-connector:flink-1.19` - `flink-connector:flink-1.20` - `trino-connector:integration-test` ### How should we improve? Add dependency constraints in each affected module to force the transitive libthrift to resolve to 0.12.0 (already declared in libs.versions.toml). Fixing `iceberg-common` also covers its downstream consumers (`iceberg-rest-server`, `catalog-lakehouse-iceberg`) via constraint propagation. -- 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]
