heykirby opened a new issue, #4649: URL: https://github.com/apache/paimon/issues/4649
### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version d33b8711fc6b4e1f35ba7d85336be4ff3baa956d ### Compute Engine Flink ### Minimal reproduce step I try to test paimon sql in paimon-flink-1.19, code like this: <img width="1339" alt="image" src="https://github.com/user-attachments/assets/f984dcfc-4b10-4ae4-ad0c-f5fbf0ac5391"> when I enable checkpoint,exception is thrown <img width="1308" alt="image" src="https://github.com/user-attachments/assets/e8ec4b55-4b32-4400-9c4f-7210745caa3e"> ### What doesn't meet your expectations? paimon-flink-1.19 depends on the iceberg-flink-1.19, which leads to the introduction of the org.apache.parquet\:parquet-hadoop dependency, which overwriting the ParquetFileReader class rewritten in org.apache.paimon\:paimon-format. It cause class conflicts, so we need to exclude org.apache.parquet\:parquet-hadoop from iceberg-flink-1.19. ### Anything else? java.lang.NoSuchMethodError: org.apache.parquet.hadoop.ParquetFileReader exception also appears in other test cases,for example: https://github.com/apache/paimon/issues/4517 but not report in paimon-flink-1.19 ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
