Jackie-Jiang commented on a change in pull request #8196:
URL: https://github.com/apache/pinot/pull/8196#discussion_r809549300
##########
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/QueryConfig.java
##########
@@ -37,14 +37,27 @@
// because by the time the server times out, the broker should already timed
out and returned the response.
private final Long _timeoutMs;
+ // Table config override for disable Groovy broker property
+ private final Boolean _disableGroovy;
Review comment:
This PR is backward compatible. We can probably submit a separate small
backward incompatible PR to simply change the default value for it
--
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]