Remove unsupported iceberg rest signing-region from tests and docs (#8289)

This commit is contained in:
Chris Lu
2026-02-10 12:23:31 -08:00
committed by GitHub
parent b261c89675
commit 17f85361e9
2 changed files with 0 additions and 3 deletions

View File

@@ -326,7 +326,6 @@ spark = (SparkSession.builder
.config("spark.sql.catalog.iceberg.rest.auth.type", "sigv4")
.config("spark.sql.catalog.iceberg.rest.auth.sigv4.delegate-auth-type", "none")
.config("spark.sql.catalog.iceberg.rest.sigv4-enabled", "true")
.config("spark.sql.catalog.iceberg.rest.signing-region", "us-west-2")
.config("spark.sql.catalog.iceberg.rest.signing-name", "s3")
.config("spark.sql.catalog.iceberg.rest.access-key-id", "test")
.config("spark.sql.catalog.iceberg.rest.secret-access-key", "test")