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


##########
processing/src/main/java/org/apache/druid/query/datasourcemetadata/DataSourceQueryQueryToolChest.java:
##########
@@ -119,4 +121,10 @@ public CacheStrategy 
getCacheStrategy(DataSourceMetadataQuery query)
   {
     return null;
   }
+
+  @Override
+  public CacheStrategy getCacheStrategy(DataSourceMetadataQuery query, 
@Nullable ObjectMapper mapper)
+  {
+    return null;

Review Comment:
   ah maybe is safer to leave since default is to not cache I guess? I don't 
feel super strongly either way



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