You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/06/12 19:49:02 UTC

[jira] [Assigned] (DRILL-940) Failure when trying to sort on column that is not selected

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

Jacques Nadeau reassigned DRILL-940:
------------------------------------

    Assignee: Jacques Nadeau

> Failure when trying to sort on column that is not selected
> ----------------------------------------------------------
>
>                 Key: DRILL-940
>                 URL: https://issues.apache.org/jira/browse/DRILL-940
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Steven Phillips
>            Assignee: Jacques Nadeau
>            Priority: Blocker
>             Fix For: 1.0.0-BETA1
>
>
> When running a query where the order by clause includes a column that is not in the selection, we get index out of bounds exception:
> jdbc:drill:zk=local> select a from data order by a, b;
> Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "49cb54dd-00cf-4f44-8f01-979471f32cf7"
> endpoint {
>   address: "localhost"
>   user_port: 31010
>   control_port: 31011
>   data_port: 31012
> }
> error_type: 0
> message: "Failure while setting up Foreman. < AssertionError:[ Internal error: Error while applying rule ExpandConversionRule, args [rel#2061:AbstractConverter.LOGICAL.ANY([]).[0, 1](child=rel#2053:Subset#3.LOGICAL.ANY([]).[],convention=LOGICAL,DrillDistributionTraitDef=ANY([]),sort=[0, 1])] ] < IndexOutOfBoundsException:[ index (1) must be less than size (1) ]"
> ]



--
This message was sent by Atlassian JIRA
(v6.2#6252)