snleee commented on code in PR #8711:
URL: https://github.com/apache/pinot/pull/8711#discussion_r874246754
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java:
##########
@@ -94,6 +94,7 @@ public abstract class BaseBrokerRequestHandler implements
BrokerRequestHandler {
private static final Logger LOGGER =
LoggerFactory.getLogger(BaseBrokerRequestHandler.class);
private static final String IN_SUBQUERY = "insubquery";
private static final String IN_ID_SET = "inidset";
+ private static final boolean DEFAULT_DISABLE_GROOVY = true;
Review Comment:
moved
--
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]