You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kg...@apache.org on 2020/10/12 12:16:26 UTC

[hive] branch master updated: disable acid_stats2

This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 48a152d  disable acid_stats2
48a152d is described below

commit 48a152d089f687dc7f08f1acef651c3c8bfdbfd6
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Mon Oct 12 12:15:38 2020 +0000

    disable acid_stats2
---
 ql/src/test/queries/clientpositive/acid_stats2.q | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ql/src/test/queries/clientpositive/acid_stats2.q b/ql/src/test/queries/clientpositive/acid_stats2.q
index 119e82b..1126959 100644
--- a/ql/src/test/queries/clientpositive/acid_stats2.q
+++ b/ql/src/test/queries/clientpositive/acid_stats2.q
@@ -1,3 +1,4 @@
+--! qt:disabled:HIVE-24265
 set hive.stats.dbclass=fs;
 set hive.stats.fetch.column.stats=true;
 set datanucleus.cache.collections=false;