Repository: hive Updated Branches: refs/heads/master 713610725 -> 255b2bdd9
Bug: HIVE-12384.1 - Union Operator may produce incorrect result on TEZ; missed test config update (Laljo John Pullokkaran reviewed by Sergey Shelukhin, Ashutosh Chauhan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/255b2bdd Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/255b2bdd Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/255b2bdd Branch: refs/heads/master Commit: 255b2bdd9b674be7a977f5570808bc34fd85d3b9 Parents: 7136107 Author: jpullokk <[email protected]> Authored: Tue Nov 17 16:36:35 2015 -0800 Committer: jpullokk <[email protected]> Committed: Tue Nov 17 16:36:35 2015 -0800 ---------------------------------------------------------------------- itests/src/test/resources/testconfiguration.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/255b2bdd/itests/src/test/resources/testconfiguration.properties ---------------------------------------------------------------------- diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties index 70f96da..402914c 100644 --- a/itests/src/test/resources/testconfiguration.properties +++ b/itests/src/test/resources/testconfiguration.properties @@ -344,7 +344,8 @@ minitez.query.files.shared=alter_merge_2_orc.q,\ auto_join21.q,\ auto_join29.q,\ auto_join_filters.q,\ - auto_join_nulls.q + auto_join_nulls.q,\ + union_type_chk.q minitez.query.files=bucket_map_join_tez1.q,\
