Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
In doing some testing of the Kerberos auth for Avatica, I noticed another area (in AvaticaProtobufHandler) which did not create and return an ErrorResponse to the user. This shows up in the client with an obtuse error message of "Cannot find parser for empty message class" (or similar).
Before 1.8.0 comes out, we need to:
- Squash this issue once and for all (catch all exceptions and create an ErrorResponse)
- Improve the client error message