You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/02/17 12:14:02 UTC

[GitHub] [pinot] snleee commented on a change in pull request #8196: Adding table config overrides for disabling groovy

snleee commented on a change in pull request #8196:
URL: https://github.com/apache/pinot/pull/8196#discussion_r808981768



##########
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:
       According to #7966, it looks that we would eventually want to disable Groovy by default. What's our plan on changing the default behavior?




-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org