This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new fbf8b7be090 [SPARK-45576][CORE][FOLLOWUP] Remove unused imports to fix
Java linter errors
fbf8b7be090 is described below
commit fbf8b7be090bf20f7a6e81c62ba5fe3f9f9a801b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Oct 17 22:23:42 2023 -0700
[SPARK-45576][CORE][FOLLOWUP] Remove unused imports to fix Java linter
errors
### What changes were proposed in this pull request?
This PR aims to remove the unused imports.
### Why are the changes needed?
To recover `master` branch by fixing Java linter errors.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs. Or, manually checked like the following.
```
$ dev/lint-java
Using `mvn` from path:
/Users/dongjoon/APACHE/spark-merge/build/apache-maven-3.9.5/bin/mvn
Using SPARK_LOCAL_IP=localhost
Checkstyle checks passed.
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #43423 from dongjoon-hyun/SPARK-45576.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.../org/apache/spark/network/ssl/ReloadingX509TrustManagerSuite.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/common/network-common/src/test/java/org/apache/spark/network/ssl/ReloadingX509TrustManagerSuite.java
b/common/network-common/src/test/java/org/apache/spark/network/ssl/ReloadingX509TrustManagerSuite.java
index dbd71f987d4..0526fcb11be 100644
---
a/common/network-common/src/test/java/org/apache/spark/network/ssl/ReloadingX509TrustManagerSuite.java
+++
b/common/network-common/src/test/java/org/apache/spark/network/ssl/ReloadingX509TrustManagerSuite.java
@@ -28,8 +28,6 @@ import java.util.HashMap;
import java.util.Map;
import org.junit.jupiter.api.Test;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
import static org.junit.jupiter.api.Assertions.*;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]