[
https://issues.apache.org/jira/browse/PHOENIX-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aron Attila Meszaros reassigned PHOENIX-7061:
---------------------------------------------
Assignee: Aron Attila Meszaros
> 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
> Assignee: Aron Attila Meszaros
> Priority: Major
>
> 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)