[
https://issues.apache.org/jira/browse/CALCITE-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-1560.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.11.0
Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/d4557f1d.
> Remove "avatica" directory from sqlline's class path
> ----------------------------------------------------
>
> Key: CALCITE-1560
> URL: https://issues.apache.org/jira/browse/CALCITE-1560
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Fix For: 1.11.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)