You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/30 17:52:47 UTC

[GitHub] [druid] liam-verta commented on a diff in pull request #13160: Exclude calcite from dependabot

liam-verta commented on code in PR #13160:
URL: https://github.com/apache/druid/pull/13160#discussion_r984824234


##########
.github/dependabot.yml:
##########
@@ -12,4 +12,5 @@ updates:
       # pin Jetty dependencies to 9.4.x
       - dependency-name: "org.eclipse.jetty"
         versions: "[9.5,)"
-      - dependency-name: "org.apache.hadoop"
\ No newline at end of file
+      - dependency-name: "org.apache.hadoop"
+      - dependency-name: "org.apache.calcite"

Review Comment:
   ```suggestion
         # We cannot upgrade calcite without shading their guava dependencies. 
         # We can't upgrade our own guava because we have to support Hadoop 2.
         # See https://github.com/apache/druid/pull/12258
         - dependency-name: "org.apache.calcite"
   ```



-- 
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-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org