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

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

Steven Phillips created DRILL-940:
-------------------------------------

             Summary: 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


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)