You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/04/15 22:53:58 UTC

[jira] [Closed] (DRILL-811) Selecting individual columns from views created using 'select * ......' query throws an error

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

Rahul Challapalli closed DRILL-811.
-----------------------------------

Verified that the issue is fixed. Thank You.

> Selecting individual columns from views created using 'select * ......' query throws an error
> ---------------------------------------------------------------------------------------------
>
>                 Key: DRILL-811
>                 URL: https://issues.apache.org/jira/browse/DRILL-811
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: SQL Parser
>            Reporter: Rahul Challapalli
>            Assignee: DrillCommitter
>             Fix For: 0.5.0
>
>         Attachments: rankings.parquet
>
>
> git.commit.id.abbrev=70fab8c
> Follow the below steps :
> create view v1 as select * from `dfs/parquet/rankings`;
> select pageRank from v1; 
> The query fails with the below error : 
> message: "Failure while parsing sql. < IndexOutOfBoundsException:[ Index: 1, Size: 1 ]"
> This looks like a known issue. However I couldn't find any bug related to it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)