Repository: hive Updated Branches: refs/heads/master 13aa15d11 -> dfe929c9b
HIVE-12723 : stats_filemetadata test was added to the wrong driver (Sergey Shelukhin, reviewed by Thejas M Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/dfe929c9 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/dfe929c9 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/dfe929c9 Branch: refs/heads/master Commit: dfe929c9b66cf24dad7c2b9da19786c3c9d74c06 Parents: 13aa15d Author: Sergey Shelukhin <[email protected]> Authored: Mon Dec 21 13:14:31 2015 -0800 Committer: Sergey Shelukhin <[email protected]> Committed: Mon Dec 21 13:14:31 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/dfe929c9/itests/src/test/resources/testconfiguration.properties ---------------------------------------------------------------------- diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties index 2d230ef..3efc1ac 100644 --- a/itests/src/test/resources/testconfiguration.properties +++ b/itests/src/test/resources/testconfiguration.properties @@ -390,6 +390,7 @@ minitez.query.files=bucket_map_join_tez1.q,\ mrr.q,\ orc_ppd_basic.q,\ orc_merge_diff_fs.q,\ + stats_filemetadata.q,\ tez_bmj_schema_evolution.q,\ tez_dml.q,\ tez_fsstat.q,\ @@ -434,7 +435,6 @@ minillap.query.files=bucket_map_join_tez1.q,\ mapjoin_decimal.q,\ lvj_mapjoin.q,\ llapdecider.q,\ - stats_filemetadata.q,\ mrr.q,\ orc_ppd_basic.q,\ tez_bmj_schema_evolution.q,\
