vrajat commented on code in PR #13544:
URL: https://github.com/apache/pinot/pull/13544#discussion_r1690780744
##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/QuotaConfig.java:
##########
@@ -35,6 +35,7 @@ public class QuotaConfig extends BaseJsonConfig {
private static final long INVALID_STORAGE_IN_BYTES = -1L;
private static final double INVALID_MAX_QPS = -1.0;
+
Review Comment:
Nit. Remove white space?
##########
pinot-broker/src/test/java/org/apache/pinot/broker/queryquota/HelixExternalViewBasedQueryQuotaManagerTest.java:
##########
@@ -82,21 +93,13 @@ private HelixManager initHelixManager(String
helixClusterName) {
}
public class FakeHelixManager extends ZKHelixManager {
- private ZkHelixPropertyStore<ZNRecord> _propertyStore;
Review Comment:
Is this a clean up ?
--
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]