adarshsanjeev commented on code in PR #18487: URL: https://github.com/apache/druid/pull/18487#discussion_r2335771070
########## processing/src/main/java/org/apache/druid/error/DruidException.java: ########## @@ -129,7 +131,7 @@ * introduced DruidException. */ @NotThreadSafe -public class DruidException extends RuntimeException +public class DruidException extends RuntimeException implements SanitizableException Review Comment: I fully agree, but `SanitizableException` and `ErrorResponseTransformStrategy` are coupled. To work around this without having DruidException , I've had to create a new function in `ErrorResponseTransformStrategy`. Let me know if this is fine. -- 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]
