You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2022/12/13 10:25:12 UTC

[kylin] 05/25: KYLIN-5341 Apply the Hive check tool to all platforms

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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 387df712548044216a4ec0ba3990e93dff60b6dc
Author: huangsheng <hu...@163.com>
AuthorDate: Sun Oct 9 17:40:17 2022 +0800

    KYLIN-5341 Apply the Hive check tool to all platforms
---
 .../src/test/scala/org/apache/spark/util/KylinHiveUtilsTest.scala       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spark-project/sparder/src/test/scala/org/apache/spark/util/KylinHiveUtilsTest.scala b/src/spark-project/sparder/src/test/scala/org/apache/spark/util/KylinHiveUtilsTest.scala
index 7e2f8d809a..a5c38b9017 100644
--- a/src/spark-project/sparder/src/test/scala/org/apache/spark/util/KylinHiveUtilsTest.scala
+++ b/src/spark-project/sparder/src/test/scala/org/apache/spark/util/KylinHiveUtilsTest.scala
@@ -27,7 +27,7 @@ import org.apache.spark.sql.common.{SharedSparkSession, SparderBaseFunSuite}
 
 import java.io.File
 
-class KylinHiveUtilsTest extends SparderBaseFunSuite with SharedSparkSession {
+class KylinHiveUtilsTest extends SparderBaseFunSuite with SharedSparkSession{
 
   test("testHive") {
     val tmpHome = Files.createTempDir