Sudhakar Thota created DRILL-2567:
-------------------------------------
Summary: CONVERT_FROM in where clause - Error.
Key: DRILL-2567
URL: https://issues.apache.org/jira/browse/DRILL-2567
Project: Apache Drill
Issue Type: Bug
Components: Functions - Drill
Affects Versions: 0.8.0
Environment: MapR Sandbox 4.0.2
Reporter: Sudhakar Thota
Assignee: Daniel Barclay (Drill)
CONVERT_FROM used in predicate results in error like mentioned under. The drill
log file with error is attached.
0: jdbc:drill:> select CONVERT_FROM(t.row_key, 'INT') rk from
maprdb.myLittleHBaseTable t where CONVERT_FROM(t.row_key, 'INT')=1001 limit 1;
Query failed: IndexOutOfBoundsException: writerIndex(4) + minWritableBytes(4)
exceeds maxCapacity(4): UnpooledHeapByteBuf(ridx: 0, widx: 4, cap: 4/4)
Error: exception while executing query: Failure while executing query.
(state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)