liming30 commented on PR #4352:
URL: https://github.com/apache/paimon/pull/4352#issuecomment-2429436017

   > I test `MigrateFileProcedureTest` on my IDEA and it throw this:
   > 
   > ```
   > An exception or error caused a run to abort: COMPRESSION_ZSTD_LEVEL 
   > java.lang.NoSuchFieldError: COMPRESSION_ZSTD_LEVEL
   >    at 
org.apache.paimon.format.orc.OrcFileFormat.getOrcProperties(OrcFileFormat.java:152)
   >    at 
org.apache.paimon.format.orc.OrcFileFormat.<init>(OrcFileFormat.java:75)
   >    at 
org.apache.paimon.format.orc.OrcFileFormatFactory.create(OrcFileFormatFactory.java:35)
   >    at 
org.apache.paimon.format.orc.OrcFileFormatFactory.create(OrcFileFormatFactory.java:24)
   >    at 
org.apache.paimon.format.FileFormat.fromIdentifier(FileFormat.java:106)
   >    at 
org.apache.paimon.format.FileFormat.fromIdentifier(FileFormat.java:91)
   > ```
   
   @Zouxxyy There is a version conflict with `orc-core`. When I exclude it, all 
the tests in idea can run successfully. But when I use `mvn` to execute in the 
terminal, an exception occurs that orc classes cannot be found. Do you have any 
other suggestions?


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