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)