You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2015/03/17 19:56:40 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14365788#comment-14365788 ] 

Aman Sinha commented on DRILL-2311:
-----------------------------------

+1  on the patch.  Committed to master branch: ae2053d2a078a40033a140f2dfaeef802a5e8254

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