kkrugler commented on issue #8147:
URL: https://github.com/apache/hudi/issues/8147#issuecomment-1915243143

   I think the issue you see is due to having multiple versions of Parquet 
support classes in different jars. Unfortunately the only way to fix it is to 
carefully review versions of all transitive dependencies of all jars, to figure 
out which jar(s) are in conflict. I've re-purposed the "JarHell" class from 
OpenSearch to track down issues like this (e.g. call it from the open method of 
some UDF in your case, to find run-time class conflicts).


-- 
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]

Reply via email to