We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a70f0 commit ce43cc9Copy full SHA for ce43cc9
spark/src/test/scala/org/apache/spark/sql/delta/UniversalFormatSuiteBase.scala
@@ -515,7 +515,7 @@ trait UniversalFormatMiscSuiteBase extends IcebergCompatUtilsBase with Universal
515
executeSql(s"""
516
|CREATE TABLE $id (ID INT) USING DELTA LOCATION $loc TBLPROPERTIES (
517
| 'delta.universalFormat.enabledFormats' = '$invalidConf',
518
- | 'delta.icebergCompatV1.enabled' = 'true',
+ | 'delta.enableIcebergCompatV1' = 'true',
519
| 'delta.columnMapping.mode' = 'name'
520
|)""".stripMargin)
521
}.getMessage
0 commit comments