Skip to content

Commit ce43cc9

Browse files
committed
fix test
1 parent b8a70f0 commit ce43cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/spark/sql/delta/UniversalFormatSuiteBase.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ trait UniversalFormatMiscSuiteBase extends IcebergCompatUtilsBase with Universal
515515
executeSql(s"""
516516
|CREATE TABLE $id (ID INT) USING DELTA LOCATION $loc TBLPROPERTIES (
517517
| 'delta.universalFormat.enabledFormats' = '$invalidConf',
518-
| 'delta.icebergCompatV1.enabled' = 'true',
518+
| 'delta.enableIcebergCompatV1' = 'true',
519519
| 'delta.columnMapping.mode' = 'name'
520520
|)""".stripMargin)
521521
}.getMessage

0 commit comments

Comments
 (0)