You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by gu...@apache.org on 2014/11/14 21:53:07 UTC

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

Author: gunther
Date: Fri Nov 14 20:53:07 2014
New Revision: 1639787

URL: http://svn.apache.org/r1639787
Log:
HIVE-8873: Switch to calcite 0.9.2 (Gunther Hagleitner, reviewed by Gopal V)

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=1639787&r1=1639786&r2=1639787&view=diff
==============================================================================
--- hive/branches/branch-0.14/ql/pom.xml (original)
+++ hive/branches/branch-0.14/ql/pom.xml Fri Nov 14 20:53:07 2014
@@ -28,7 +28,7 @@
   <name>Hive Query Language</name>
 
   <properties>
-    <calcite.version>0.9.2-incubating-SNAPSHOT</calcite.version>
+    <calcite.version>0.9.2-incubating</calcite.version>
     <hive.path.to.root>..</hive.path.to.root>
   </properties>