danny0405 commented on issue #6297: URL: https://github.com/apache/hudi/issues/6297#issuecomment-1823976133
That is becase you use the shaded parquet with hudi prefix, sometime if the referenced class does not cosrespond to the native class, this error throws, a solution is to remove the shade of the parquet, using the correct parquet version instead, and that is why the hudi flink bundle jar by default does not shade the parquet jar. -- 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]
