-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve error handling and reporting in query side #14950
Comments
Opened #14951 to fix the first two problems |
💯 agreed. We definitely need a throwable/exception class containing Pinot error code info. I described the reasoning in this comment. |
This is true for SSE as well. For example:
The error code should have been |
Please take a look at #14994 |
Error handling and reporting can be improved in Pinot. Sometimes, error messages are not easy for users to understand, and the fact that each query engine notifies errors differently makes it even more confusing. Here is a nonexclusive list of improvements we need to apply:
The text was updated successfully, but these errors were encountered: