Hi all,
I'm getting a exception running a simple select * from
"sample-data/region.parquet" order by 1 ; (or any field actually)
error_type: 0
message: "Failure while running fragment. < IndexOutOfBoundsException:[
dstIndex: 222 ]"
]
at org.apache.drill.sql.client.full.ResultEnumerator.moveNext(R
esultEnumerator.java:44)
at net.hydromatic.optiq.runtime.ArrayEnumeratorCursor.next(Arra
yEnumeratorCursor.java:44)
A bit more digging it looks like it's from the RemovingBatchCreator trying
to do a copy and getting a index out of bounds in the data valuevector.
Jacques suggested someone might be looking into this? Is someone lookling
at fixing this arleady?
Tim