dimas-b commented on PR #1430:
URL: https://github.com/apache/polaris/pull/1430#issuecomment-2825264923

   > I think we need something like https://github.com/apache/polaris/pull/1348 
to ensure these errors consistently make it to the client.
   
   My thinking behind this PR was to make root causes available only on the 
server side (logs, traces) for admin-level trouble-shooting.
   
   I'd guess if these errors bubble up to the REST API layer, in most cases 
they'll end up being 500 errors, so it would be preferable to keep their 
details private to the server and only show the sanitized message to clients.
   
   I believe the difference between JDBC and storage-side errors is that that 
the former are generally deployement mistakes, while the latter are generally 
user mistakes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to