You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/03/30 17:26:53 UTC

[jira] [Created] (DRILL-2619) Unsupported implicit casts should throw a proper error message

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)