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/10/06 22:15:58 UTC

svn commit: r1629753 - /hive/branches/spark/itests/src/test/resources/testconfiguration.properties

Author: brock
Date: Mon Oct  6 20:15:57 2014
New Revision: 1629753

URL: http://svn.apache.org/r1629753
Log:
HIVE-8352 - Enable windowing.q for spark (Jimmy Xiang via Brock)

Modified:
    hive/branches/spark/itests/src/test/resources/testconfiguration.properties

Modified: hive/branches/spark/itests/src/test/resources/testconfiguration.properties
URL: http://svn.apache.org/viewvc/hive/branches/spark/itests/src/test/resources/testconfiguration.properties?rev=1629753&r1=1629752&r2=1629753&view=diff
==============================================================================
--- hive/branches/spark/itests/src/test/resources/testconfiguration.properties (original)
+++ hive/branches/spark/itests/src/test/resources/testconfiguration.properties Mon Oct  6 20:15:57 2014
@@ -611,4 +611,5 @@ spark.query.files=add_part_multiple.q \
   vectorized_shufflejoin.q \
   vector_cast_constant.q \
   vectorization_9.q \
-  vectorization_12.q
+  vectorization_12.q \
+  windowing.q