Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2708

"Query failed: AssertionError: VARCHAR"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • Future
    • None
    • None

    Description

      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):

      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)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            dsbos Daniel Barclay
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: