jadami10 opened a new pull request, #16052: URL: https://github.com/apache/pinot/pull/16052
This is a small dep fix to specify the dependency in `pinot-s3` for guava. It is used in `S3PinotFS.java` and `S3Config.java`. Our own internal build started failing at compile time without this when we removed some shading. before ``` mvn dependency:tree -pl pinot-plugins/pinot-file-system/pinot-s3 -Dincludes=com.google.guava:guava ... [INFO] --- dependency:3.8.1:tree (default-cli) @ pinot-s3 --- [INFO] org.apache.pinot:pinot-s3:jar:1.4.0-SNAPSHOT [INFO] \- org.apache.pinot:pinot-spi:jar:1.4.0-SNAPSHOT:provided [INFO] \- com.google.guava:guava:jar:33.4.0-jre:provided ``` after ``` [INFO] --- dependency:3.8.1:tree (default-cli) @ pinot-s3 --- [INFO] org.apache.pinot:pinot-s3:jar:1.4.0-SNAPSHOT [INFO] \- com.google.guava:guava:jar:33.4.0-jre:compile ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org