Skip to content

Commit 046bd89

Browse files
Fokkokevinjqliu
andauthored
Cleanup
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 667e118 commit 046bd89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2522,8 +2522,6 @@ def spark() -> "SparkSession":
25222522
.config("spark.sql.shuffle.partitions", "1")
25232523
.config("spark.default.parallelism", "1")
25242524
.config("spark.sql.extensions", "org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions")
2525-
.config("spark.hadoop.fs.s3a.endpoint", "http://localhost:9000")
2526-
.config("spark.hadoop.fs.s3a.path.style.access", "true")
25272525
.config("spark.sql.catalog.integration", "org.apache.iceberg.spark.SparkCatalog")
25282526
.config("spark.sql.catalog.integration.catalog-impl", "org.apache.iceberg.rest.RESTCatalog")
25292527
.config("spark.sql.catalog.integration.cache-enabled", "false")

0 commit comments

Comments
 (0)