Repository: hive Updated Branches: refs/heads/master-fixed d78fea102 -> 6a3fa6cc3
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/6c768fc4 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6c768fc4 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6c768fc4 Branch: refs/heads/master-fixed Commit: 6c768fc4d895482b5cff7a6e436a6cdd8349cc90 Parents: 1b5b84a Author: jpullokk <[email protected]> Authored: Tue Nov 17 16:36:35 2015 -0800 Committer: Owen O'Malley <[email protected]> Committed: Wed Nov 18 13:56:13 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/6c768fc4/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,\
