xiaolan-bit commented on issue #6297: URL: https://github.com/apache/hudi/issues/6297#issuecomment-1825111356
> > 1.13.0 > > Both Flink https://github.com/apache/flink/blob/cef22667ae65fb6fda78f22a05a8ca91540af687/flink-formats/pom.xml#L33 and Hudi Flink 1.17 > > https://github.com/apache/hudi/blob/bcb974b48133273ec0ef3e33b91889c61609e8b2/pom.xml#L2607 > > uses parquet 1.12.3, can you use parquet 1.12.3 to see whether the issue is gone there? > The caiclite error indicates there are some calcite version mismatch, did you check your bundle jar whether you there are Calcite classes? hi I changed my parquet version to 1.12.3 in flink-1.17-1/lib and hive 3.1.3/lib such as -rw-rw-rw- 1 hadoop hadoop 909696 Nov 24 10:21 parquet-avro-1.12.3.jar -rw-rw-rw- 1 hadoop hadoop 2026078 Nov 24 10:21 parquet-column-1.12.3.jar -rw-rw-rw- 1 hadoop hadoop 96489 Nov 24 10:21 parquet-common-1.12.3.jar -rw-rw-rw- 1 hadoop hadoop 848483 Nov 24 10:21 parquet-encoding-1.12.3.jar -rw-rw-rw- 1 hadoop hadoop 726071 Nov 24 10:21 parquet-format-structures-1.12.3.jar -rw-rw-rw- 1 hadoop hadoop 990925 Nov 24 10:21 parquet-hadoop-1.12.3.jar -rw-rw-rw- 1 hadoop hadoop 2015374 Nov 24 10:21 parquet-jackson-1.12.3.jar and i set add a '#' berfore 'classloader.resolve-order: parent-first' in flink-conf.yaml when i used the case before, the error 'java.lang.LinkageError: org/apache/parquet/column/ColumnDescriptor' appear again, and i remove the '#' before 'classloader.resolve-order: parent-first' in flink-conf.yaml , i can select * from my table in flink sql but hive sql. -- 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]
