You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jinfeng Ni (JIRA)" <ji...@apache.org> on 2015/03/13 23:39:38 UTC

[jira] [Updated] (DRILL-2311) Create table with same columns of different case results in a java.lang.IllegalStateException

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

Jinfeng Ni updated DRILL-2311:
------------------------------
    Assignee: Sean Hsuan-Yi Chu  (was: Aman Sinha)

> 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
>
> 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)