Skip to content

Commit

Permalink
chore: add org.apache.calcite.runtime to the set of imported packages
Browse files Browse the repository at this point in the history
It fixes NoClassDefFoundError: org/apache/calcite/runtime/CalciteContextException
 for invalid queries
  • Loading branch information
vlsi committed Nov 15, 2023
1 parent a3f2ba6 commit fb14fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MatCalcitePlugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Import-Package: com.fasterxml.jackson.core.util,
org.apache.calcite.rel.rules,
org.apache.calcite.rel.type,
org.apache.calcite.rex,
org.apache.calcite.runtime,
org.apache.calcite.schema,
org.apache.calcite.schema.impl,
org.apache.calcite.sql,
Expand Down

0 comments on commit fb14fc6

Please sign in to comment.