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/12/03 11:21:10 UTC

[jira] [Resolved] (CALCITE-1004) Does Calcite support DROP/CREATE operations

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

Julian Hyde resolved CALCITE-1004.
----------------------------------
       Resolution: Invalid
    Fix Version/s:     (was: 1.4.0-incubating)

Closing as invalid. You have logged a question, not a bug. Please read my comment in CALCITE-997 and abide by it.

> Does Calcite support DROP/CREATE operations
> -------------------------------------------
>
>                 Key: CALCITE-1004
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1004
>             Project: Calcite
>          Issue Type: Bug
>          Components: avatica
>    Affects Versions: 1.4.0-incubating
>         Environment: java7
>            Reporter: Raghavender
>            Assignee: Julian Hyde
>
> i am getting below exceptions while trying to execute create/drop operation on tables.
> Create:"create emp_impala_br_ea(input_planning_point_seq  BIGINT)";
> org.apache.calcite.sql.parser.SqlParseException: Encountered "create" at line 1, column 1.
> Was expecting one of:
> Drop: "DROP TABLE IF EXISTS temp_impala_br_ea"
> org.apache.calcite.sql.parser.SqlParseException: Encountered "DROP" at line 1, column 1.
> Was expecting one of:
> Kindly let me know does calcite support this operations or not.



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