Repository: hive
Updated Branches:
  refs/heads/master 2e5ead142 -> 3573549bc


HIVE-17412: Add "-- SORT_QUERY_RESULTS" for 
spark_vectorized_dynamic_partition_pruning.q (Liyun Zhang, reviewed by Sahil 
and Xuefu)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3573549b
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/3573549b
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/3573549b

Branch: refs/heads/master
Commit: 3573549bc6c134569e3aaa61530c448d34ae360f
Parents: 2e5ead1
Author: Ferdinand Xu <cheng.a...@intel.com>
Authored: Thu Aug 31 16:43:09 2017 +0800
Committer: Ferdinand Xu <cheng.a...@intel.com>
Committed: Thu Aug 31 16:43:09 2017 +0800

----------------------------------------------------------------------
 .../clientpositive/spark_vectorized_dynamic_partition_pruning.q    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/3573549b/ql/src/test/queries/clientpositive/spark_vectorized_dynamic_partition_pruning.q
----------------------------------------------------------------------
diff --git 
a/ql/src/test/queries/clientpositive/spark_vectorized_dynamic_partition_pruning.q
 
b/ql/src/test/queries/clientpositive/spark_vectorized_dynamic_partition_pruning.q
index 791c3a9..8868a34 100644
--- 
a/ql/src/test/queries/clientpositive/spark_vectorized_dynamic_partition_pruning.q
+++ 
b/ql/src/test/queries/clientpositive/spark_vectorized_dynamic_partition_pruning.q
@@ -6,7 +6,7 @@ set hive.optimize.index.filter=true;
 set hive.vectorized.execution.enabled=true;
 set hive.strict.checks.cartesian.product=false;
 
-
+-- SORT_QUERY_RESULTS
 select distinct ds from srcpart;
 select distinct hr from srcpart;
 

Reply via email to