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 2015/11/12 04:59:37 UTC

[13/55] [abbrv] hive git commit: HIVE-12333: tez_union_with_udf.q added to wrong section in testconfiguration.properties (Jason Dere, reviewed by Chinna Lalam)

HIVE-12333: tez_union_with_udf.q added to wrong section in testconfiguration.properties (Jason Dere, reviewed by Chinna Lalam)


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

Branch: refs/heads/spark
Commit: 0e94a1d9dc1ddbf2e6292cc6e57e0fa2e83350d8
Parents: 9ba2cdf
Author: Jason Dere <jd...@hortonworks.com>
Authored: Wed Nov 4 17:14:34 2015 -0800
Committer: Jason Dere <jd...@hortonworks.com>
Committed: Wed Nov 4 17:14:34 2015 -0800

----------------------------------------------------------------------
 itests/src/test/resources/testconfiguration.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/0e94a1d9/itests/src/test/resources/testconfiguration.properties
----------------------------------------------------------------------
diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties
index 2d1d274..d16c318 100644
--- a/itests/src/test/resources/testconfiguration.properties
+++ b/itests/src/test/resources/testconfiguration.properties
@@ -379,6 +379,7 @@ minitez.query.files=bucket_map_join_tez1.q,\
   tez_union2.q,\
   tez_union_dynamic_partition.q,\
   tez_union_view.q,\
+  tez_union_with_udf.q,\
   tez_union_decimal.q,\
   tez_union_group_by.q,\
   tez_smb_main.q,\
@@ -424,7 +425,6 @@ minillap.query.files=bucket_map_join_tez1.q,\
   tez_union_view.q,\
   tez_union_decimal.q,\
   tez_union_group_by.q,\
-  tez_union_with_udf.q,\
   tez_smb_main.q,\
   tez_smb_1.q,\
   vectorized_dynamic_partition_pruning.q,\