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 77187b3  ignore TestJdbcWithMiniLlapVectorArrow
77187b3 is described below

commit 77187b3e621d6d35634338e72b4006aaf8ba22fb
Author: Zoltan Haindrich <k...@rxd.hu>
AuthorDate: Wed Jun 10 08:03:48 2020 +0000

    ignore TestJdbcWithMiniLlapVectorArrow
---
 .../src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniLlapArrow.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniLlapArrow.java
 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniLlapArrow.java
index 85a7ab0..9d0ff2d 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniLlapArrow.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestJdbcWithMiniLlapArrow.java
@@ -61,6 +61,7 @@ import org.slf4j.LoggerFactory;
 /**
  * TestJdbcWithMiniLlap for Arrow format
  */
+@Ignore("unstable HIVE-23549")
 public class TestJdbcWithMiniLlapArrow extends BaseJdbcWithMiniLlap {
 
   protected static final Logger LOG = 
LoggerFactory.getLogger(TestJdbcWithMiniLlapArrow.class);

Reply via email to