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

svn commit: r1640067 - in /hive/branches/spark: ./ ql/pom.xml

Author: brock
Date: Mon Nov 17 06:02:19 2014
New Revision: 1640067

URL: http://svn.apache.org/r1640067
Log:
Merge HIVE-8873: Switch to calcite 0.9.2

Modified:
    hive/branches/spark/   (props changed)
    hive/branches/spark/ql/pom.xml

Propchange: hive/branches/spark/
------------------------------------------------------------------------------
  Merged /hive/trunk:r1639786

Modified: hive/branches/spark/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/pom.xml?rev=1640067&r1=1640066&r2=1640067&view=diff
==============================================================================
--- hive/branches/spark/ql/pom.xml (original)
+++ hive/branches/spark/ql/pom.xml Mon Nov 17 06:02:19 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>