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/0a905624 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0a905624 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/0a905624 Branch: refs/heads/master-fixed Commit: 0a905624f1712120db8b41586248201002d5a544 Parents: 37f05f4 Author: Jason Dere <[email protected]> Authored: Wed Nov 4 17:14:34 2015 -0800 Committer: Jason Dere <[email protected]> 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/0a905624/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,\
