-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [core] The java api calls Tableimp.write to write data and throws exception #3901
Comments
I meet the similar error when use 0.8-SNAPSHOT version
|
I maybe know why , check the jdk version of your sever and pc .if one version is high than jdk9 and another is lower than jdk9 it may happen. you can see https://stackoverflow.com/questions/61267495/exception-in-thread-main-java-lang-nosuchmethoderror-java-nio-bytebuffer-flip @hawk9821 |
jvm options: --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED |
Search before asking
Paimon version
0.9-SNAPSHOT
Compute Engine
JAVA API
Minimal reproduce step
all 4 test cases for TableWriteTest failed
What doesn't meet your expectations?
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: