Raghavender created CALCITE-1004:
------------------------------------
Summary: 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
Fix For: 1.4.0-incubating
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)