Skip to content

Commit 4a014f1

Browse files
committed
fix code style
1 parent f2ba01b commit 4a014f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/spark/kyuubi-spark-connector-hive/src/test/scala/org/apache/kyuubi/spark/connector/hive/command/PartitionManagementSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ package org.apache.kyuubi.spark.connector.hive.command
1919

2020
import org.apache.spark.sql.Row
2121
import org.apache.spark.sql.catalyst.InternalRow
22+
import org.apache.spark.sql.catalyst.analysis.{NoSuchPartitionsException, PartitionsAlreadyExistException}
2223
import org.apache.spark.sql.connector.catalog.{Identifier, SupportsPartitionManagement, TableCatalog}
2324
import org.apache.spark.unsafe.types.UTF8String
25+
2426
import org.apache.kyuubi.spark.connector.hive.command.DDLCommandTestUtils.{V1_COMMAND_VERSION, V2_COMMAND_VERSION}
25-
import org.apache.spark.sql.catalyst.analysis.{NoSuchPartitionsException, PartitionsAlreadyExistException}
2627

2728
trait PartitionManagementSuite extends DDLCommandTestUtils {
2829
override protected def command: String = "PARTITION MANAGEMENT"

0 commit comments

Comments
 (0)