Skip to content

Commit ef7a5f2

Browse files
committed
format
1 parent 15239ed commit ef7a5f2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/sql/SparkWriteWithNoExtensionITCase.scala

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,10 @@ package org.apache.paimon.spark.sql
2020

2121
import org.apache.spark.SparkConf
2222

23-
/**
24-
* Test for spark writer with extension disabled.
25-
*/
23+
/** Test for spark writer with extension disabled. */
2624
class SparkWriteWithNoExtensionITCase extends SparkWriteITCase {
2725

28-
/**
29-
* Disbale the spark extension.
30-
*/
26+
/** Disable the spark extension. */
3127
override protected def sparkConf: SparkConf = {
3228
super.sparkConf.remove("spark.sql.extensions")
3329
}

0 commit comments

Comments
 (0)