Skip to content

Commit bfeab2f

Browse files
Update per per nit feedback
1 parent 4db4ea0 commit bfeab2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/content/in-dev/unreleased/generic-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ There are some known limitations for the generic table support:
164164
1. Generic tables provide limited spec information. For example, there is no spec for Schema or Partition.
165165
2. There is no commit coordination provided by Polaris. It is the responsibility of the engine to coordinate loading and committing data. The catalog is only aware of the generic table fields above.
166166
3. There is no update capability provided by Polaris. Any update to a generic table must be done through a drop and create.
167-
4. Generic tables do not support credential vending.
167+
4. Generic tables APIs do not support credential vending.

site/content/in-dev/unreleased/polaris-spark-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The following describes the current limitations of the Polaris Spark client:
124124

125125
### General Limitations
126126
1. The Polaris Spark client only supports Iceberg and Delta tables. It does not support other table formats like CSV, JSON, etc.
127-
2. Generic tables (non-Iceberg tables) do not currently support credential vending.
127+
2. Generic tables (non-Iceberg tables) APIs do not currently support credential vending.
128128

129129
### Delta Table Limitations
130130
1. Create table as select (CTAS) is not supported for Delta tables. As a result, the `saveAsTable` method of `Dataframe`

0 commit comments

Comments
 (0)