praveenc7 opened a new pull request, #16876: URL: https://github.com/apache/pinot/pull/16876
## Summary Previously, when a workload-budget exception occurred, the configured error code WORKLOAD_BUDGET_EXCEEDED was not consistently propagated because the exception was being re-wrapped. This change ensures that if the exception is already a QueryException, it will not be wrapped again, allowing the correct error code to pass through. ## Testing Done Verified through integration tests and quick-start tests that the expected error code is now correctly thrown. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
