File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ bin/spark-shell \
8383```
8484
8585# Limitations
86- The Polaris Spark client supports catalog management for both Iceberg and None-Iceberg tables, it routes all Iceberg
87- table requests to the Iceberg REST endpoints, and routes none-iceberg table requests to the Generic Table REST endpoints.
86+ The Polaris Spark client supports catalog management for both Iceberg and Delta tables, it routes all Iceberg table
87+ requests to the Iceberg REST endpoints, and routes all Delta table requests to the Generic Table REST endpoints.
8888
8989Following describes the current limitations of the Polaris Spark client:
90901 ) Create table as select (CTAS) is not supported for Delta tables. As a result, the ` saveAsTable ` method of ` Dataframe `
9191 is also not supported, since it relies on the CTAS support.
92- 2 ) Create a non-iceberg table without explicit location is not supported.
93- 3 ) Rename a table for non-iceberg table is not supported.
92+ 2 ) Create a Delta table without explicit location is not supported.
93+ 3 ) Rename a Delta table is not supported.
94944 ) ALTER TABLE ... SET LOCATION/SET FILEFORMAT/ADD PARTITION is not supported for DELTA table.
95- 5 ) No guarantee is provided for table types that are neither ICEBERG or DELTA at this moment, like csv .
95+ 5 ) For other non-iceberg tables like csv, there is no specific guarantee provided today .
You can’t perform that action at this time.
0 commit comments