You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using panics instead of errors for conditions that should never happen helps with surfacing bugs, but we'd not want a query that triggers a bug to crash an entire query node. So we should give special treatment to panics during query processing and so that a panic anywhere in the pipeline would be recovered from and a 500 response is returned.
The text was updated successfully, but these errors were encountered:
Using panics instead of errors for conditions that should never happen helps with surfacing bugs, but we'd not want a query that triggers a bug to crash an entire query node. So we should give special treatment to panics during query processing and so that a panic anywhere in the pipeline would be recovered from and a 500 response is returned.
The text was updated successfully, but these errors were encountered: