clintropolis commented on code in PR #16569:
URL: https://github.com/apache/druid/pull/16569#discussion_r1635959372


##########
server/src/main/java/org/apache/druid/client/CacheUtil.java:
##########
@@ -34,6 +34,8 @@
 
 public class CacheUtil
 {
+  private static final String RESULT_CACHE_NS = "ResultCacheNS";

Review Comment:
   cool, re complicated stuff i guess i was imagining just subclassing it or 
something so parts could be constant, but if its complicated then seems fine to 
skip



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