Skip to content

Commit 3371cc1

Browse files
committed
format and fix conflicts.
1 parent 71df65c commit 3371cc1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

native/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spark/src/test/scala/org/apache/comet/CometFuzzIcebergBase.scala

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ class CometFuzzIcebergBase extends CometTestBase with AdaptiveSparkPlanHelper {
109109

110110
override protected def test(testName: String, testTags: Tag*)(testFun: => Any)(implicit
111111
pos: Position): Unit = {
112-
super.test(testName, testTags: _*) {
113-
withSQLConf(
114-
"spark.sql.catalog.hadoop_catalog" -> "org.apache.iceberg.spark.SparkCatalog",
115-
"spark.sql.catalog.hadoop_catalog.type" -> "hadoop",
116-
"spark.sql.catalog.hadoop_catalog.warehouse" -> warehouseDir.getAbsolutePath,
117-
CometConf.COMET_ENABLED.key -> "true",
118-
CometConf.COMET_EXEC_ENABLED.key -> "true",
119-
CometConf.COMET_ICEBERG_NATIVE_ENABLED.key -> "true") {
120-
testFun
121-
}
112+
super.test(testName, testTags: _*) {
113+
withSQLConf(
114+
"spark.sql.catalog.hadoop_catalog" -> "org.apache.iceberg.spark.SparkCatalog",
115+
"spark.sql.catalog.hadoop_catalog.type" -> "hadoop",
116+
"spark.sql.catalog.hadoop_catalog.warehouse" -> warehouseDir.getAbsolutePath,
117+
CometConf.COMET_ENABLED.key -> "true",
118+
CometConf.COMET_EXEC_ENABLED.key -> "true",
119+
CometConf.COMET_ICEBERG_NATIVE_ENABLED.key -> "true") {
120+
testFun
122121
}
122+
}
123123
}
124124

125125
def collectIcebergNativeScans(plan: SparkPlan): Seq[CometIcebergNativeScanExec] = {

0 commit comments

Comments
 (0)