abhishekbafna commented on code in PR #14844:
URL: https://github.com/apache/pinot/pull/14844#discussion_r1965171645


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -29,6 +29,8 @@
 
 
 public class CommonConstants {
+  public static final String GROOVY_STATIC_ANALYZER_CONFIG = 
"pinot.server.groovy.static.analyzer";

Review Comment:
   With this, I think, we can avoid the specific REST APIs too for the groovy 
config and use `POST /cluster/configs` API to configure the groovy static 
analyzer.



-- 
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-unsubscr...@pinot.apache.org

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


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

Reply via email to