geyanggang opened a new pull request, #10714: URL: https://github.com/apache/gravitino/pull/10714
### What changes were proposed in this pull request? 1. Removed `implementation(libs.htrace.core4)` in `catalogs/catalog-hive/build.gradle.kts` and `catalogs/catalog-lakehouse-hudi/build.gradle.kts` 2. Removed `testImplementation(libs.htrace.core4)` from `catalogs/catalog-lakehouse-hudi/build.gradle.kts` 3. Kept testImplementation in `hive-metastore-common` (needed by embedded HMS in tests) ### Why are the changes needed? HTrace is an optional Hadoop tracing framework unused by Gravitino. Removing it from runtime classpath reduces the dependency footprint across 15+ modules. Fix: #10712 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tests passed for `catalog-hive`, `catalog-lakehouse-hudi`, `hive-metastore-common`, `catalog-lakehouse-iceberg`, and `catalog-lakehouse-paimon`. -- 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]
