You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by xu...@apache.org on 2014/10/31 15:01:45 UTC

svn commit: r1635778 [1/2] - in /hive/branches/spark: itests/src/test/resources/testconfiguration.properties ql/src/test/results/clientpositive/spark/vectorization_short_regress.q.out

Author: xuefu
Date: Fri Oct 31 14:01:44 2014
New Revision: 1635778

URL: http://svn.apache.org/r1635778
Log:
HIVE-7930: enable vectorization_short_regress.q, vector_string_concat.q [Spark Branch] (Chinna via Xuefu)

Added:
    hive/branches/spark/ql/src/test/results/clientpositive/spark/vectorization_short_regress.q.out
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=1635778&r1=1635777&r2=1635778&view=diff
==============================================================================
--- hive/branches/spark/itests/src/test/resources/testconfiguration.properties (original)
+++ hive/branches/spark/itests/src/test/resources/testconfiguration.properties Fri Oct 31 14:01:44 2014
@@ -896,4 +896,5 @@ spark.query.files=add_part_multiple.q, \
   vectorized_shufflejoin.q, \
   vectorized_string_funcs.q, \
   vectorized_timestamp_funcs.q, \
+  vectorization_short_regress.q, \
   windowing.q, \