You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2016/10/28 21:38:42 UTC

phoenix git commit: Update Calcite version

Repository: phoenix
Updated Branches:
  refs/heads/calcite c8c33a918 -> c0e55728f


Update Calcite version


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c0e55728
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c0e55728
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/c0e55728

Branch: refs/heads/calcite
Commit: c0e55728f09395e3416681fcae624915cdfbfb4e
Parents: c8c33a9
Author: maryannxue <ma...@gmail.com>
Authored: Fri Oct 28 14:38:35 2016 -0700
Committer: maryannxue <ma...@gmail.com>
Committed: Fri Oct 28 14:38:35 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c0e55728/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b421079..aafd05e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
     <jodatime.version>1.6</jodatime.version>
     <joni.version>2.1.2</joni.version>
     <avatica.version>1.8.0</avatica.version>
-    <calcite.version>1.10.0-SNAPSHOT</calcite.version>
+    <calcite.version>1.11.0-SNAPSHOT</calcite.version>
     <jettyVersion>8.1.7.v20120910</jettyVersion>
     <tephra.version>0.9.0-incubating</tephra.version>
     <spark.version>1.6.1</spark.version>