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: [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]