fix(table-catalog): support Spark REST commits (#4788)
* fix(table-catalog): support Spark REST commits * chore(deps): update s3s SigV4 revision --------- Co-authored-by: Henry Guo <[email protected]>
This commit is contained in:
@@ -257,6 +257,7 @@ def spark_catalog_config(
|
||||
(f"{prefix}.type", "rest"),
|
||||
(f"{prefix}.uri", f"{endpoint}{rest_path}"),
|
||||
(f"{prefix}.warehouse", warehouse),
|
||||
(f"{prefix}.prefix", warehouse),
|
||||
(f"{prefix}.io-impl", "org.apache.iceberg.aws.s3.S3FileIO"),
|
||||
(f"{prefix}.s3.endpoint", endpoint),
|
||||
(f"{prefix}.s3.path-style-access", "true"),
|
||||
|
||||
Reference in New Issue
Block a user