FrankChen021 commented on code in PR #12833:
URL: https://github.com/apache/druid/pull/12833#discussion_r932810432


##########
processing/src/main/java/org/apache/druid/query/groupby/GroupByQueryConfig.java:
##########
@@ -102,6 +107,9 @@
   // Max on-disk temporary storage, per-query; when exceeded, the query fails
   private long maxOnDiskStorage = 0L;
 
+  @JsonProperty
+  private long defaultOnDiskStorage = Integer.MAX_VALUE;

Review Comment:
   Both `maxOnDiskStorage` and this new config can be changed to type of 
`HumanReadableBytes`



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