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 2015/07/09 20:13:05 UTC

[jira] [Resolved] (CALCITE-752) Add back sqlline as a dependency to csv example

     [ https://issues.apache.org/jira/browse/CALCITE-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde resolved CALCITE-752.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0-incubating

Fixed in http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/fcb6ba5f.

> Add back sqlline as a dependency to csv example
> -----------------------------------------------
>
>                 Key: CALCITE-752
>                 URL: https://issues.apache.org/jira/browse/CALCITE-752
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Jinfeng Ni
>            Assignee: Julian Hyde
>            Priority: Minor
>             Fix For: 1.4.0-incubating
>
>         Attachments: 0001-Add-back-SqlLine-dependency-to-csv-example-project.patch
>
>
> Tried to run some example query in calcite tutorial http://calcite.incubator.apache.org/docs/tutorial.html. Hit the following error, when started sqlline under example/csv:
> Error: Could not find or load main class sqlline.SqlLine.
> Turns out CALCITE-619 removed the SqlLine dependency, and CALCITE-692 added it back to calcite-core, but only in "test" scope. This means the dependency of sqlline is not transitive in example/csv project, and hence hit the error.
> Proposed change is to change the  the scope from "test" to default, which is transitive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)