Skip to content

Commit b7a1816

Browse files
committed
update readme
1 parent 638dc4b commit b7a1816

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugins/spark/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

8989
Following describes the current limitations of the Polaris Spark client:
9090
1) 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.
9494
4) 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.

0 commit comments

Comments
 (0)