yihua commented on PR #8190: URL: https://github.com/apache/hudi/pull/8190#issuecomment-1585429304
@CTTY It looks like Hive query fails in the bundle validation due to: `org.apache.hive.service.cli.HiveSQLException: java.lang.NoClassDefFoundError: org/apache/hudi/org/apache/avro/AvroMissingFieldException`. Could you take a look? This is likely because `hudi-hadoop-mr-bundle` relies on Avro 1.8 which does not have the class, while other modules can be compiled with a higher Avro version. And this PR uses Avro to serialize the file status. -- 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]
