We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rest
conftest.py
1 parent d1c6005 commit 9a98f6cCopy full SHA for 9a98f6c
tests/conftest.py
@@ -2519,7 +2519,7 @@ def spark() -> "SparkSession":
2519
.config("spark.default.parallelism", "1")
2520
.config("spark.sql.extensions", "org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions")
2521
.config("spark.sql.catalog.integration", "org.apache.iceberg.spark.SparkCatalog")
2522
- .config("spark.sql.catalog.integration.catalog-impl", "org.apache.iceberg.rest.RESTCatalog")
+ .config("spark.sql.catalog.integration.type", "rest")
2523
.config("spark.sql.catalog.integration.cache-enabled", "false")
2524
.config("spark.sql.catalog.integration.uri", "http://localhost:8181")
2525
.config("spark.sql.catalog.integration.io-impl", "org.apache.iceberg.aws.s3.S3FileIO")
0 commit comments