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.
1 parent 3463811 commit b517f30Copy full SHA for b517f30
plugins/spark/v3.5/regtests/setup.sh
@@ -146,7 +146,7 @@ spark.sql.catalog.spark_catalog=org.apache.spark.sql.delta.catalog.DeltaCatalog
146
spark.sql.catalog.polaris=org.apache.polaris.spark.SparkCatalog
147
spark.sql.catalog.polaris.uri=http://${POLARIS_HOST:-localhost}:8181/api/catalog
148
# this configuration is currently only used for iceberg tables, generic tables currently
149
-# doesn't support credential vending
+# don't support credential vending
150
spark.sql.catalog.polaris.header.X-Iceberg-Access-Delegation=vended-credentials
151
spark.sql.catalog.polaris.client.region=us-west-2
152
# configuration required to ensure DataSourceV2 load works correctly for
0 commit comments