capistrant commented on code in PR #12833: URL: https://github.com/apache/druid/pull/12833#discussion_r943649994
########## processing/src/main/java/org/apache/druid/query/Query.java: ########## @@ -129,6 +130,8 @@ default QueryContext getQueryContext() boolean getContextBoolean(String key, boolean defaultValue); + HumanReadableBytes getContextHumanReadableBytes(String key, HumanReadableBytes defaultValue); Review Comment: Added this default basically word for word. Added a return of the defaultValue if the context doesn't exist -- 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]
