waterWang opened a new pull request, #19580: URL: https://github.com/apache/hudi/pull/19580
### Change Logs Remove the direct `org.apache.hive:*` dependencies from the integ-test bundle pom, along with the corresponding shade includes and relocations. The Hive functionality is still available through the separate `hudi-hive-sync-bundle` module, which is the dedicated bundle for Hive sync operations. ### Impact - The `hudi-integ-test-bundle` no longer bundles Hive artifacts directly - Hive sync functionality is still available via `hudi-hive-sync-bundle` - `hudi-hive-sync` (Hudi's own module) is still included in the bundle as before - Follows the same pattern as HUDI-9020 (Remove HBase dependencies from Hudi) ### Checklist - [x] Commit message follows the pattern `[HUDI-5621] ...` - [x] Changes are limited to `packaging/hudi-integ-test-bundle/pom.xml` - [x] Removed: `org.apache.hive:*` dependencies (hive-exec, hive-metastore, hive-jdbc, hive-common) - [x] Removed: `org.apache.hive:*` and `org.apache.hadoop.hive:*` shade includes - [x] Removed: Hive-specific shade relocations (11 relocations) Fixes #15724 -- 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]
