Timothy Chen created DRILL-216:
----------------------------------

             Summary: Exception returns when trying to do order by on map 
reference
                 Key: DRILL-216
                 URL: https://issues.apache.org/jira/browse/DRILL-216
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Timothy Chen
            Priority: Minor


Exception running 

select * from "sample-data/region.parquet" order by 1 ; 

error_type: 0
message: "Failure while running fragment. < IndexOutOfBoundsException:[ 
dstIndex: 222 ]"
]
       at 
org.apache.drill.sql.client.full.ResultEnumerator.moveNext(ResultEnumerator.java:44)
       at 
net.hydromatic.optiq.runtime.ArrayEnumeratorCursor.next(ArrayEnumeratorCursor.java:44)

It should return a error message saying order by map reference is not supported 
instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to