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: [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]

Reply via email to