-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: None
-
Labels:None
In JaninoRelMetadataProvider.load3, the generated class string contains some hard coded Calcite's classes, such as org.apache.calcite.rel.metadata.MetadataDef. After shading Calcite, the MetadataDef can not be found in the shaded classes. And a compile error will be thrown.
So it's better to use MetadataDef.class.getName() to replace the hard code string.
I'm appreciate to make a PR if you want.
- is depended upon by
-
CALCITE-1496 Apache Calcite is not working in Web Application
-
- Closed
-