You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Daniel Barclay (Drill) (JIRA)" <ji...@apache.org> on 2015/04/07 07:38:12 UTC

[jira] [Created] (DRILL-2708) "Query failed: AssertionError: VARCHAR"

Daniel Barclay (Drill) created DRILL-2708:
---------------------------------------------

             Summary: "Query failed: AssertionError: VARCHAR"
                 Key: DRILL-2708
                 URL: https://issues.apache.org/jira/browse/DRILL-2708
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Daniel Barclay (Drill)


Here's another case of assertion message that is bad (not quite saying what the problem is) and that shows up at the user interface (SQLLine):

{noformat}
0: jdbc:drill:zk=local> EXPLAIN PLAN FOR  SELECT catalog_name['asd'] FROM INFORMATION_SCHEMA.CATALOGS;
Query failed: AssertionError: VARCHAR

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


0: jdbc:drill:zk=local> SELECT catalog_name['asd'] FROM INFORMATION_SCHEMA.CATALOGS;
Query failed: AssertionError: VARCHAR

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




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