Rahul Challapalli created DRILL-2619:
----------------------------------------
Summary: Unsupported implicit casts should throw a proper error
message
Key: DRILL-2619
URL: https://issues.apache.org/jira/browse/DRILL-2619
Project: Apache Drill
Issue Type: Bug
Components: Execution - Data Types
Reporter: Rahul Challapalli
Assignee: Daniel Barclay (Drill)
git.commit.id.abbrev=c11fcf7
When I have a where clause with an implicit cast, I get back a wierd message
which does not indicate the problem
{code}
select columns[9] from `fewtypes_null.tbl` where columns[0] = 6;
Query failed: RemoteRpcException: Failure while running fragment., null [
0faf63c5-cdca-4b5b-a2ab-5f3ef02d5c9b on qa-node191.qa.lab:31010 ]
[ 0faf63c5-cdca-4b5b-a2ab-5f3ef02d5c9b on qa-node191.qa.lab:31010 ]
{code}
Attached the stacktrace. Let me know if you need anything more.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)