prashantwason commented on PR #18182: URL: https://github.com/apache/hudi/pull/18182#issuecomment-4455713299
Rebased onto current `apache/master` (`50efb2edc51b`) — no conflicts. New commit SHAs: - `8824bc4` [OSS] Support for bucketizing MDT partitions *(was `13b9646`)* - `dd4ba5c` Address review comments on MDT bucketing PR *(was `39755a7`)* - `ea425a0` Fix CI failures from MDT bucketing PR *(was `3cc87f9`)* The `Fix CI failures` commit: - Removes the `final HoodieStorage storage` lambda capture in `initializeFileGroups` that was causing every Spark test that initializes the metadata table to fail with `java.io.NotSerializableException: HoodieHadoopStorage`. Now uses `dataMetaClient.getStorage()` inline (`HoodieTableMetaClient` is `Serializable`, so the lambda capture is safe). Original concern about parameter reassignment is moot after the earlier `this.dataMetaClient` fix. - Bumps `TestHoodieTableConfig#testDefinedTableConfigs` to 45 (44 from current master + this PR's `METADATA_TABLE_PARTITION_BUCKETING_ENABLE`). Local builds (`hudi-common`, `hudi-client-common`, `hudi-spark-client`, `hudi-spark`, `hudi-hadoop-common`) compile clean and the previously-failing `TestHoodieTableConfig#testDefinedTableConfigs` passes. The `validate-bundles` Java→Scala javadoc errors visible on prior runs were pre-existing on master and not specific to this PR. -- 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]
