Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The sqlline launcher scripts (sqlline and sqlline.bat) build a class path that contains the target directory of each component (core, druid, cassandra etc.). That class path currently includes avatica, but that is wrong since Calcite now uses Avatica as a library.
It causes problems in a dev environment where Avatica has changed an API and Calcite is using the previous released version, e.g. the change to the newDatabaseMetaData method in CALCITE-1213.
Remove "avatica" from the list.