HIVE-13522 : regexp_extract.q hangs on master (Ashutosh Chauhan via Thejas Nair)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d567773f Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/d567773f Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/d567773f Branch: refs/heads/llap Commit: d567773ff4afe3a23a026e2f4e381c0fe897195b Parents: cedb6de Author: Ashutosh Chauhan <hashut...@apache.org> Authored: Thu Apr 14 14:57:39 2016 -0700 Committer: Ashutosh Chauhan <hashut...@apache.org> Committed: Thu Apr 14 14:57:39 2016 -0700 ---------------------------------------------------------------------- itests/qtest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/d567773f/itests/qtest/pom.xml ---------------------------------------------------------------------- diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml index a479557..b042774 100644 --- a/itests/qtest/pom.xml +++ b/itests/qtest/pom.xml @@ -431,7 +431,7 @@ templatePath="${basedir}/${hive.path.to.root}/ql/src/test/templates/" template="TestCliDriver.vm" queryDirectory="${basedir}/${hive.path.to.root}/ql/src/test/queries/clientpositive/" queryFile="${qfile}" - excludeQueryFile="${minillap.query.files},${minimr.query.files},${minitez.query.files},${encrypted.query.files},${spark.only.query.files},${disabled.query.files}" + excludeQueryFile="${minillap.query.files},${minimr.query.files},${minitez.query.files},${encrypted.query.files},${spark.only.query.files},${disabled.query.files},regexp_extract.q" queryFileRegex="${qfile_regex}" clusterMode="${clustermode}" runDisabled="${run_disabled}"