We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a6243 commit 83b27d2Copy full SHA for 83b27d2
paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/PaimonHiveTestBase.scala
@@ -18,16 +18,16 @@
18
19
package org.apache.paimon.spark
20
21
-import javolution.util.ReentrantLock
22
import org.apache.paimon.hive.TestHiveMetastore
23
import org.apache.paimon.table.FileStoreTable
+
24
+import javolution.util.ReentrantLock
25
import org.apache.hadoop.conf.Configuration
26
import org.apache.spark.SparkConf
27
import org.apache.spark.sql.paimon.Utils
28
29
import java.io.File
30
import java.util.concurrent.ThreadLocalRandom
-import java.util.concurrent.locks.Lock
31
32
class PaimonHiveTestBase extends PaimonSparkTestBase {
33
0 commit comments