You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Neeraja (JIRA)" <ji...@apache.org> on 2015/04/23 22:49:39 UTC

[jira] [Created] (DRILL-2862) Convert_to/Convert_From throw assertion when an incorrect encoding type is specified

Neeraja created DRILL-2862:
------------------------------

             Summary: Convert_to/Convert_From throw assertion when an incorrect encoding type is specified
                 Key: DRILL-2862
                 URL: https://issues.apache.org/jira/browse/DRILL-2862
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Data Types
            Reporter: Neeraja
            Assignee: Daniel Barclay (Drill)


Below is the error from SQLLine. Replacing UTF-8 to UTF8 works fine.
The error message need to accurately represent the problem.


0: jdbc:drill:> select Convert_from(t.address.state,'UTF-8') from customers t limit 10;
Query failed: AssertionError: 

Error: exception while executing query: Failure while executing query. (state=,code=0)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)