Description
Currently (1.16) Calcilte core is compiled for JDK 1.7.
Just switching maven-compiler-plugin to 1.8 is not enough because of a bug of Janino
https://github.com/janino-compiler/janino/issues/47
reported by Vova
As a workaround to that bug we have to add a default method implementation for SchemaPlus#getSubSchema
Attachments
Issue Links
- relates to
-
CALCITE-2497 Update Janino version to 3.0.9
- Closed