From 5a957ef5d873baec48fb1798c4493bbde4aa7569 Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Wed, 7 Nov 2018 17:13:39 +0800 Subject: [PATCH] ignore SparkEnv code cov --- kyuubi-server/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/kyuubi-server/pom.xml b/kyuubi-server/pom.xml index b384f8793..202cdbffd 100644 --- a/kyuubi-server/pom.xml +++ b/kyuubi-server/pom.xml @@ -328,6 +328,7 @@ **/org/apache/spark/launcher/*.class **/org/apache/spark/deploy/*.class **/org/apache/spark/SparkEnv.class + **/org/apache/spark/SparkEnv$.class **/org/apache/spark/sql/hive/client/*.class