We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using geni on jdk 17 fails with:
Syntax error macroexpanding at (defaults.clj:13:4). Execution error (NoSuchMethodException) at java.lang.Class/getConstructor0 (Class.java:3761). java.nio.DirectByteBuffer.(long,int)
Reproduce:
The text was updated successfully, but these errors were encountered:
Maybe its this https://issues.apache.org/jira/browse/SPARK-42369
apparently fixed in spark 3.5.0
Sorry, something went wrong.
No branches or pull requests
using geni on jdk 17 fails with:
Syntax error macroexpanding at (defaults.clj:13:4).
Execution error (NoSuchMethodException) at java.lang.Class/getConstructor0 (Class.java:3761).
java.nio.DirectByteBuffer.(long,int)
Reproduce:
run scripts/test-geni-cli
The text was updated successfully, but these errors were encountered: