You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2018/10/14 16:18:06 UTC

hive git commit: HIVE-20741: Disable udaf_context_ngrams.q and udaf_corr.q tests (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master 35278429d -> cf398881c


HIVE-20741: Disable udaf_context_ngrams.q and udaf_corr.q tests (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/cf398881
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/cf398881
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/cf398881

Branch: refs/heads/master
Commit: cf398881ca3f264ac1f6337ec165f82346356970
Parents: 3527842
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Sun Oct 14 09:17:57 2018 -0700
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Sun Oct 14 09:17:57 2018 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/cf398881/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
----------------------------------------------------------------------
diff --git a/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java b/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
index 4110afc..5e1e88e 100644
--- a/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
+++ b/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
@@ -59,6 +59,8 @@ public class CliConfigs {
         excludesFrom(testConfigProps, "erasurecoding.only.query.files");
 
         excludeQuery("fouter_join_ppr.q"); // Disabled in HIVE-19509
+        excludeQuery("udaf_context_ngrams.q"); // disabled in HIVE-20741
+        excludeQuery("udaf_corr.q"); // disabled in HIVE-20741
         excludeQuery("udaf_histogram_numeric.q"); // disabled in HIVE-20715
         excludeQuery("stat_estimate_related_col.q"); // disabled in HIVE-20727