jasperjiaguo commented on code in PR #10636: URL: https://github.com/apache/pinot/pull/10636#discussion_r1186961080
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java: ########## @@ -303,6 +303,8 @@ public static class Broker { "pinot.broker.instance.enableThreadAllocatedBytesMeasurement"; public static final boolean DEFAULT_ENABLE_THREAD_CPU_TIME_MEASUREMENT = false; public static final boolean DEFAULT_THREAD_ALLOCATED_BYTES_MEASUREMENT = false; + public static final String CONFIG_OF_BROKER_RESULT_REWRITER_CLASS_NAMES + = "pinot.broker.result.rewriter.class.names"; Review Comment: That is for query rewriter, we should be using a different rewriter class for results right? -- 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