You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2017/01/03 07:26:58 UTC

[jira] [Created] (CALCITE-1560) Remove "avatica" directory from sqlline's class path

Julian Hyde created CALCITE-1560:
------------------------------------

             Summary: 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


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)