Ramana Inukonda Nagaraj created DRILL-2311:
----------------------------------------------
Summary: Create table with same columns of different case results
in a java.lang.IllegalStateException
Key: DRILL-2311
URL: https://issues.apache.org/jira/browse/DRILL-2311
Project: Apache Drill
Issue Type: Bug
Components: SQL Parser
Affects Versions: 0.8.0
Reporter: Ramana Inukonda Nagaraj
Assignee: Aman Sinha
Priority: Minor
Doing a create table with same column in different case results in a runtime
exception. This query should fail at planning or parsing.
CREATE TABLE drill_parquet_mulCaseColumns3 as select cast( BIGINT_col as
bigint) BIGINT_col,cast( DECIMAL9_col as decimal) bigint_col FROM
dfs.`/user/root/alltypes.json`;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)