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:51:56 UTC

svn commit: r1639786 - /hive/trunk/ql/pom.xml

Author: gunther
Date: Fri Nov 14 20:51:56 2014
New Revision: 1639786

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

Modified:
    hive/trunk/ql/pom.xml

Modified: hive/trunk/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ql/pom.xml?rev=1639786&r1=1639785&r2=1639786&view=diff
==============================================================================
--- hive/trunk/ql/pom.xml (original)
+++ hive/trunk/ql/pom.xml Fri Nov 14 20:51:56 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>