kumudkumartirupati commented on issue #5976: URL: https://github.com/apache/hudi/issues/5976#issuecomment-1168407428
Looks this is an issue with the mvn packaging. I retried building myself the jar from scratch `release-0.11.1` and it worked fine. I believe this has something to do with incompatible generated source classes for avro models being used during the packaging. I can see that these generated classes are not getting cleaned during `mvn clean` and they are still available post `mvn clean` in the target directory. This could be the issue. -- 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]
