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

Exceptions are not propagated properly to the client anymore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.7.0
    • 0.7.0
    • Execution - Flow
    • None

    Description

      When running the following query:

      show databases.;
      

      In sqlline we used to get the following error message:

      Query failed: Failure while parsing sql. Encountered "." at line 1, column 15.
      Was expecting one of:
          <EOF>
          "LIKE" ...
          "WHERE" ...
           [8417fee2-88fc-4427-ac26-78af1f047be7]
      
      Error: exception while executing query: Failure while trying to get next result
      batch. (state=,code=0)
      

      But now we only get:

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

      Attachments

        Issue Links

          Activity

            People

              jnadeau Jacques Nadeau
              adeneche Abdel Hakim Deneche
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: