timsants commented on a change in pull request #8196:
URL: https://github.com/apache/pinot/pull/8196#discussion_r807466345
##########
File path:
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/TableConfigUtils.java
##########
@@ -251,6 +251,10 @@ public static void validateIngestionConfig(TableConfig
tableConfig, @Nullable Sc
*/
@VisibleForTesting
public static void validateIngestionConfig(TableConfig tableConfig,
@Nullable Schema schema, boolean disableGroovy) {
+ if (tableConfig.getQueryConfig() != null &&
tableConfig.getQueryConfig().getDisableGroovyQuery() != null) {
Review comment:
So should we just not allow ingestion groovy override then? And only
allow groovy override for queries?
--
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]