cbalci commented on code in PR #17669:
URL: https://github.com/apache/pinot/pull/17669#discussion_r2835518876


##########
pinot-spi/src/main/java/org/apache/pinot/spi/stream/PartitionGroupMetadataFetcher.java:
##########
@@ -33,6 +34,7 @@
  */
 public class PartitionGroupMetadataFetcher implements Callable<Boolean> {
   private static final Logger LOGGER = 
LoggerFactory.getLogger(PartitionGroupMetadataFetcher.class);
+  private static final String TOPIC_EXISTENCE_CHECK_ENABLED = 
TOPIC_EXISTENCE_CHECK_ENABLED;

Review Comment:
   Where does this come from? Looks like it shouldn't even compile.
   
   Please make sure to test it thoroughly before review, otherwise it is 
unbounded back and forth.



-- 
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