You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/10/22 22:34:58 UTC

svn commit: r1633715 - /hive/branches/branch-0.14/ql/pom.xml

Author: hashutosh
Date: Wed Oct 22 20:34:58 2014
New Revision: 1633715

URL: http://svn.apache.org/r1633715
Log:
HIVE-8522 : CBO: Update Calcite Version to 0.9.2-incubating-SNAPSHOT (John Pullokkaran via Ashutosh Chauhan)

Modified:
    hive/branches/branch-0.14/ql/pom.xml

Modified: hive/branches/branch-0.14/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.14/ql/pom.xml?rev=1633715&r1=1633714&r2=1633715&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/pom.xml (original)
+++ hive/branches/branch-0.14/ql/pom.xml Wed Oct 22 20:34:58 2014
@@ -28,7 +28,7 @@
   <name>Hive Query Language</name>
 
   <properties>
-    <calcite.version>0.9.1-incubating-SNAPSHOT</calcite.version>
+    <calcite.version>0.9.2-incubating-SNAPSHOT</calcite.version>
     <hive.path.to.root>..</hive.path.to.root>
   </properties>