vrajat commented on code in PR #13544:
URL: https://github.com/apache/pinot/pull/13544#discussion_r1679509981


##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/QuotaConfig.java:
##########
@@ -35,7 +35,8 @@ public class QuotaConfig extends BaseJsonConfig {
   private static final long INVALID_STORAGE_IN_BYTES = -1L;
   private static final double INVALID_MAX_QPS = -1.0;
 
-  @JsonPropertyDescription("Storage allocated for this table, e.g. \"10G\"")
+
+  @JsonPropertyDescription("Storage allocated for this table/database, e.g. 
\"10G\"")

Review Comment:
   In the same PR ? If not, I suggest removing it. 



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

Reply via email to