You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/12/31 19:44:41 UTC

[GitHub] [calcite] vlsi commented on a change in pull request #1703: [CALCITE-2450] Reorder RexCall predicates to a canonical form

vlsi commented on a change in pull request #1703: [CALCITE-2450] Reorder RexCall predicates to a canonical form
URL: https://github.com/apache/calcite/pull/1703#discussion_r362271124
 
 

 ##########
 File path: core/build.gradle.kts
 ##########
 @@ -41,6 +41,7 @@ dependencies {
 
     api("com.fasterxml.jackson.core:jackson-annotations")
     api("org.apache.calcite.avatica:avatica-core")
+    api("org.apiguardian:apiguardian-api")
 
 Review comment:
   It is related. The dependency is needed to add `@API(since = "1.22",` annotation to the methods that are added in this PR.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services