You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Lan Wang (JIRA)" <ji...@apache.org> on 2016/03/10 07:37:40 UTC

[jira] [Created] (CALCITE-1146) Wrong with model-with-view.json in csv example

Lan Wang created CALCITE-1146:
---------------------------------

             Summary: Wrong with model-with-view.json in csv example
                 Key: CALCITE-1146
                 URL: https://issues.apache.org/jira/browse/CALCITE-1146
             Project: Calcite
          Issue Type: Bug
            Reporter: Lan Wang
            Assignee: Julian Hyde
            Priority: Minor


In model-with-view.json file, the value of operand 'directory' is 'target/test-classes/sales'. Meanwhile the !connect command in Sqlline also specifies 'target/test-classes/model-with-view.json' as model file which causes exception like below:
{noformat}
0: jdbc:calcite:model=target/test-classes/mod:!tables
directory target/test-classes/target/test-classes/sales not found
Error: exception while excecuting query: From line 1, column 15 to line 1, column 18: Table 'EMPS' not found (state=,code=0)
{noformat}
 The directory should be fixed.



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