jnturton commented on code in PR #2929:
URL: https://github.com/apache/drill/pull/2929#discussion_r1702679723


##########
contrib/storage-splunk/pom.xml:
##########
@@ -58,6 +58,12 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+      <version>2.9.3</version>

Review Comment:
   Can we achieve the same thing using Guava's caching? The reason I ask is 
that we already have this insanely big dependency tree and Guava is already in 
it...
   
   https://www.baeldung.com/guava-cache



-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to