Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-7061

Incorrect error type and error message raised by phoenixdb (python) driver

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • None
    • None
    • python, queryserver
    • None

    Description

      When users use execute SQL against Phoenix tables using pythondb, if SQL has syntax errors, those are not reported correctly.

      Eg. error message:

      (phoenixdb.errors.InternalError) ('', 1, '00000', None)

      when the following query was executed

      select * from A.B where ROW_ID == 24

      The actual error message from PQS, transferred using Avatica/PQS proxy includes the entire stack trace.

      Attachments

        Activity

          People

            ameszaros Aron Attila Meszaros
            ameszaros Aron Attila Meszaros
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: