Aron Attila Meszaros created PHOENIX-7061:
---------------------------------------------
Summary: Incorrect error type and error message raised by
phoenixdb (python) driver
Key: PHOENIX-7061
URL: https://issues.apache.org/jira/browse/PHOENIX-7061
Project: Phoenix
Issue Type: Bug
Components: python, queryserver
Reporter: Aron Attila Meszaros
When users use execute SQL against Phoenix tables using pythondb, if SQL has
syntax errors, those are not reported correctly.
Eg. error message:
{code:java}
(phoenixdb.errors.InternalError) ('', 1, '00000', None){code}
when the following query was executed
{code:java}
select * from A.B where ROW_ID == 24{code}
The actual error message from PQS, transferred using Avatica/PQS proxy includes
the entire stack trace.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)