manuzhang commented on code in PR #17029:
URL: https://github.com/apache/iceberg/pull/17029#discussion_r4088950201


##########
docs/docs/spark-configuration.md:
##########
@@ -63,22 +63,23 @@ Iceberg supplies two implementations:
 
 Both catalogs are configured using properties nested under the catalog name. 
Common configuration properties for Hive and Hadoop are:
 
-| Property                                           | Values                  
                           | Description                                        
                                                                                
                                  |
-| -------------------------------------------------- 
|----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| spark.sql.catalog._catalog-name_.type              | `hive`, `hadoop`, 
`rest`, `glue`, `jdbc` or `nessie` | The underlying Iceberg catalog 
implementation, `HiveCatalog`, `HadoopCatalog`, `RESTCatalog`, `GlueCatalog`, 
`JdbcCatalog`, `NessieCatalog` or left unset if using a custom catalog |
-| spark.sql.catalog._catalog-name_.catalog-impl      |                         
      | The custom Iceberg catalog implementation. If `type` is null, 
`catalog-impl` must not be null. |
+| Property                                                      | Values       
                                      | Description                             
                                                                                
                                             |

Review Comment:
   Can we avoid whitespace changes to unrelated  lines?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to