deemoliu commented on code in PR #9062: URL: https://github.com/apache/pinot/pull/9062#discussion_r929417448
########## pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/BaseClusterIntegrationTest.java: ########## @@ -348,7 +348,7 @@ protected Map<String, String> getStreamConfigMap() { streamConfigMap.put(KafkaStreamConfigProperties.constructStreamProperty( KafkaStreamConfigProperties.HighLevelConsumer.KAFKA_HLC_ZK_CONNECTION_STRING), getKafkaZKAddress()); streamConfigMap.put(KafkaStreamConfigProperties.constructStreamProperty( - KafkaStreamConfigProperties.HighLevelConsumer.KAFKA_HLC_BOOTSTRAP_SERVER), + KafkaStreamConfigProperties.HighLevelConsumer.KAFKA_HLC_BOOTSTRAP_SERVER), Review Comment: @yupeng9 I re-imported but the codestyle seems has slight difference between each intellij versions. -- 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