kgyrtkirk commented on code in PR #17354:
URL: https://github.com/apache/druid/pull/17354#discussion_r1824213567
##########
processing/src/main/java/org/apache/druid/error/DruidException.java:
##########
@@ -524,4 +524,8 @@ public String getErrorCode()
protected abstract DruidException makeException(DruidExceptionBuilder bob);
}
+ public static DruidException methodNotSupported()
+ {
+ return defensive("Method Not supported.");
+ }
Review Comment:
there are some methods which completely out of scope and there shouldn't be
a reason to implemented even in the future;
moved this method to `UnionQuery`
--
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]