[KYUUBI #4623][FOLLOWUP] Remove unused import
### _Why are the changes needed?_ ``` Error: ] /home/runner/work/kyuubi/kyuubi/integration-tests/kyuubi-kubernetes-it/src/test/scala/org/apache/kyuubi/kubernetes/test/spark/SparkOnKubernetesTestsSuite.scala:37: Unused import Error: [ERROR] one error found ``` ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4645 from pan3793/followup. Closes #4623 de03bb5ad [Cheng Pan] [KYUUBI #4623][FOLLOUP] Remove unused import Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
d9e14f239d
commit
4e9e647a18
@ -34,7 +34,7 @@ import org.apache.kyuubi.engine.ApplicationState.{FAILED, NOT_FOUND, RUNNING}
|
||||
import org.apache.kyuubi.engine.spark.SparkProcessBuilder
|
||||
import org.apache.kyuubi.kubernetes.test.MiniKube
|
||||
import org.apache.kyuubi.operation.SparkQueryTests
|
||||
import org.apache.kyuubi.session.{KyuubiBatchSessionImpl, KyuubiSessionManager}
|
||||
import org.apache.kyuubi.session.KyuubiSessionManager
|
||||
import org.apache.kyuubi.util.Validator.KUBERNETES_EXECUTOR_POD_NAME_PREFIX
|
||||
import org.apache.kyuubi.zookeeper.ZookeeperConf.ZK_CLIENT_PORT_ADDRESS
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user