This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch fd-add-rest
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 94169226290f525756886b7b5842d1cdfe374329
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Mar 16 11:25:03 2023 +0100

    Docs: Add `rest` to the catalog configuration
    
    I noticed this one was missing.
---
 docs/spark-configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spark-configuration.md b/docs/spark-configuration.md
index d2267d8218..ab2ad258ee 100644
--- a/docs/spark-configuration.md
+++ b/docs/spark-configuration.md
@@ -65,7 +65,7 @@ Both catalogs are configured using properties nested under 
the catalog name. Com
 
 | Property                                           | Values                  
      | Description                                                          |
 | -------------------------------------------------- | 
----------------------------- | 
-------------------------------------------------------------------- |
-| spark.sql.catalog._catalog-name_.type              | `hive` or `hadoop`      
      | The underlying Iceberg catalog implementation, `HiveCatalog`, 
`HadoopCatalog` or left unset if using a custom catalog |
+| spark.sql.catalog._catalog-name_.type              | `hive`, `hadoop` or 
`rest     | The underlying Iceberg catalog implementation, `HiveCatalog`, 
`HadoopCatalog`, `RESTCatalog` or left unset if using a custom catalog |
 | spark.sql.catalog._catalog-name_.catalog-impl      |                         
      | The underlying Iceberg catalog implementation.|
 | spark.sql.catalog._catalog-name_.default-namespace | default                 
      | The default current namespace for the catalog |
 | spark.sql.catalog._catalog-name_.uri               | thrift://host:port      
      | Metastore connect URI; default from `hive-site.xml` |

Reply via email to