You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/07/05 08:26:23 UTC

[incubator-uniffle] branch master updated: Remove redundant package (#27)

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

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c26fa3  Remove redundant package (#27)
5c26fa3 is described below

commit 5c26fa3218e3d658da00bc73623142e4eaf5a961
Author: Zhen Wang <64...@qq.com>
AuthorDate: Tue Jul 5 16:26:19 2022 +0800

    Remove redundant package (#27)
    
    ### What changes were proposed in this pull request?
    Remove redundant package.
    Introduced in #18.
    
    ### Why are the changes needed?
    better code
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    No
---
 .../org/apache/uniffle/test/SparkSQLWithDelegationShuffleManager.java | 2 +-
 .../uniffle/test/SparkSQLWithDelegationShuffleManagerFallback.java    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManager.java b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManager.java
index c8431f3..517bb20 100644
--- a/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManager.java
+++ b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManager.java
@@ -33,7 +33,7 @@ import org.apache.uniffle.coordinator.CoordinatorConf;
 import org.apache.uniffle.server.ShuffleServerConf;
 import org.apache.uniffle.storage.util.StorageType;
 
-public class SparkSQLWithDelegationShuffleManager extends org.apache.uniffle.test.SparkSQLTest {
+public class SparkSQLWithDelegationShuffleManager extends SparkSQLTest {
 
   @BeforeAll
   public static void setupServers() throws Exception {
diff --git a/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManagerFallback.java b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManagerFallback.java
index 1af751d..6b60933 100644
--- a/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManagerFallback.java
+++ b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManagerFallback.java
@@ -33,12 +33,12 @@ import org.apache.uniffle.coordinator.CoordinatorConf;
 import org.apache.uniffle.server.ShuffleServerConf;
 import org.apache.uniffle.storage.util.StorageType;
 
-public class SparkSQLWithDelegationShuffleManagerFallback extends org.apache.uniffle.test.SparkSQLTest {
+public class SparkSQLWithDelegationShuffleManagerFallback extends SparkSQLTest {
 
   @BeforeAll
   public static void setupServers() throws Exception {
     final String candidates = Objects.requireNonNull(
-        org.apache.uniffle.test.SparkSQLWithDelegationShuffleManager.class.getClassLoader().getResource("candidates")).getFile();
+        SparkSQLWithDelegationShuffleManager.class.getClassLoader().getResource("candidates")).getFile();
     CoordinatorConf coordinatorConf = getCoordinatorConf();
     coordinatorConf.setString(
         CoordinatorConf.COORDINATOR_ACCESS_CHECKERS.key(),