zeppelin
zeppelin copied to clipboard
[ZEPPELIN-5976] Support Flink 1.18
What is this PR for?
This PR aims to support Flink 1.18
What type of PR is it?
Feature
Todos
- [ ] - Task
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-5976
How should this be tested?
Pass GA.
Screenshots (if appropriate)
Questions:
- Does the license files need to update? No.
- Is there breaking changes for older versions? No.
- Does this needs documentation? No.
java.lang.RuntimeException: error reading Scala signature of org.apache.flink.table.api.ImplicitExpressionConversions: unsafe symbol x$2 (child of value <local api>) in runtime reflection universe at scala.reflect.internal.pickling.UnPickler.unpickle(UnPickler.scala:44) at scala.reflect.runtime.JavaMirrors$JavaMirror.unpickleClass(JavaMirrors.scala:622)
Same error I faced in my previous try, but no idea after some digging ...
Details
Most likely it is due to scala version
Any updates on this?