xiaolan-bit commented on issue #6297: URL: https://github.com/apache/hudi/issues/6297#issuecomment-1825114178
> It looks like we have inconsistency for `parquet-avro` and `parquet-hadoop`, the `parquet.version` property in hudi root pom is 1.10.1 but for flink 1.17 we try to override it to be `1.12.3`, can you try to repackage you hundle jar by always specifying the flink1.17 profile? So that we can make sure the parquet version is consistent. i git clone the hudi-release-0.14.0 code, and open packaging/hudi-flink-hundle project, and use mvn clean install -D skipTests -Drat.skip=true -Dflink1.17 -Dscala-2.12 -Pflink-bundle-shade-hive3 to package a jar named 'hudi-flink1.17-bundle-0.14.0.jar' whose size is 90.4MB,and i upload this jar to flink's lib and redo case , the error appear 'java.lang.LinkageError: org/apache/parquet/column/ColumnDescriptor' -- 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]
