[
https://issues.apache.org/jira/browse/DRILL-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Hsuan-Yi Chu resolved DRILL-2311.
--------------------------------------
Resolution: Fixed
> 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: Sean Hsuan-Yi Chu
> Fix For: 0.8.0
>
> Attachments: DRILL-2311.1.patch
>
>
> 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)