codope opened a new pull request, #6472: URL: https://github.com/apache/hudi/pull/6472
### Change Logs - Remove Avro shading from hudi-hive-sync-bundle - We cannot shade avro in hudi-spark-bundle or hudi-utilities-bundle because we use certain SparkConf APIs that expect unshaded Avro classes. If we shade Avro in hudi-hive-sync-bundle without shading in hudi-spark or hudi-utilities bundle then it can lead to conflict (NoMethodFoundError) as mentioned in HUDI-4549. ### Impact _Describe any public API or user-facing feature change or any performance impact._ **Risk level: none | low | medium | high** Tested hive sync locally and on EMR with changing the order of jars in the launch command. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
