rangareddy commented on issue #12023: URL: https://github.com/apache/hudi/issues/12023#issuecomment-2417261129
Hi @bithw1 I have confirmed that the **HoodieCleanMetadata** classes are present in both **Hudi 0.15.0** and **Hudi 1.0.0** jars. Could you please retry with following steps mentioned for 1.0.0 release. **Hudi 0.15.0:** ```sh jar tf hudi-common/target/hudi-common-0.15.0.jar | grep HoodieCleanMetadata org/apache/hudi/avro/model/HoodieCleanMetadata.class org/apache/hudi/avro/model/HoodieCleanMetadata$Builder.class org/apache/hudi/avro/model/HoodieCleanMetadata$1.class ``` **Hudi 1.0.0:** ```sh git checkout release-1.0.0-beta1 mvn clean install -DskipTests -U ``` ```sh jar tf hudi-common/target/hudi-common-1.0.0-beta1.jar | grep HoodieCleanMetadata org/apache/hudi/avro/model/HoodieCleanMetadata.class org/apache/hudi/avro/model/HoodieCleanMetadata$Builder.class org/apache/hudi/avro/model/HoodieCleanMetadata$1.class ``` -- 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]
