clintropolis commented on a change in pull request #10833:
URL: https://github.com/apache/druid/pull/10833#discussion_r568975823
##########
File path:
processing/src/main/java/org/apache/druid/query/ResourceLimitExceededException.java
##########
@@ -35,9 +34,14 @@
{
public static final String ERROR_CODE = "Resource limit exceeded";
- public ResourceLimitExceededException(String message, Object... arguments)
+ public ResourceLimitExceededException(String message)
Review comment:
hmm, the built in format seemed useful and cleaner than having callers
deal with it everywhere, and consistent with many of our other exceptions, why
this change?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]