-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: None
-
Labels:None
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.