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/11 17:10:54 UTC

hive git commit: HIVE-20727: Disable flaky test: stat_estimate_related_col.q (Jesus Camacho Rodriguez, reviewed by Zoltan Haindrich)

Repository: hive
Updated Branches:
  refs/heads/master 37c7fd783 -> 1a7dbe06c


HIVE-20727: Disable flaky test: stat_estimate_related_col.q (Jesus Camacho Rodriguez, reviewed by Zoltan Haindrich)


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

Branch: refs/heads/master
Commit: 1a7dbe06c7c13e822852e9b0ca619cfd989448f7
Parents: 37c7fd7
Author: Jesus Camacho Rodriguez <jc...@apache.org>
Authored: Thu Oct 11 10:10:48 2018 -0700
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Thu Oct 11 10:10:48 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/1a7dbe06/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 11f87f4..4110afc 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
@@ -60,6 +60,7 @@ public class CliConfigs {
 
         excludeQuery("fouter_join_ppr.q"); // Disabled in HIVE-19509
         excludeQuery("udaf_histogram_numeric.q"); // disabled in HIVE-20715
+        excludeQuery("stat_estimate_related_col.q"); // disabled in HIVE-20727
 
         setResultsDir("ql/src/test/results/clientpositive");
         setLogDir("itests/qtest/target/qfile-results/clientpositive");