Skip to content

Commit 83b27d2

Browse files
committed
fix
1 parent b8a6243 commit 83b27d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/PaimonHiveTestBase.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818

1919
package org.apache.paimon.spark
2020

21-
import javolution.util.ReentrantLock
2221
import org.apache.paimon.hive.TestHiveMetastore
2322
import org.apache.paimon.table.FileStoreTable
23+
24+
import javolution.util.ReentrantLock
2425
import org.apache.hadoop.conf.Configuration
2526
import org.apache.spark.SparkConf
2627
import org.apache.spark.sql.paimon.Utils
2728

2829
import java.io.File
2930
import java.util.concurrent.ThreadLocalRandom
30-
import java.util.concurrent.locks.Lock
3131

3232
class PaimonHiveTestBase extends PaimonSparkTestBase {
3333

0 commit comments

Comments
 (0)