danny0405 commented on issue #8366: URL: https://github.com/apache/hudi/issues/8366#issuecomment-2038561594
```java java.util.concurrent.CompletionException: java.lang.NoSuchFieldError: DATABASE_NAME\n\tat java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)\n\tat java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source)\n\t... 2 more\nCaused by: java.lang.NoSuchFieldError: DATABASE_NAME\n\tat org.apache.hudi.configuration.FlinkOptions.<clinit>(FlinkOptions.java:88) ``` This should be a JDK incompatibility issue. -- 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]
