Skip to content

Commit 4db4ea0

Browse files
Update based on PR feedback
1 parent 134ce54 commit 4db4ea0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ curl -X DELETE http://localhost:8181/api/catalog/polaris/v1/delta_catalog/namesp
158158

159159
For the complete and up-to-date API specification, see the [Catalog API Spec](https://editor-next.swagger.io/?url=https://raw.githubusercontent.com/apache/polaris/refs/heads/main/spec/generated/bundled-polaris-catalog-service.yaml).
160160

161-
## Known Limitations
161+
## Current Limitations
162162

163163
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.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Polaris provides a Spark client to manage non-Iceberg tables through [Generic Ta
2727
{{< alert note >}}
2828
The Spark client can manage Iceberg tables and non-Iceberg tables.
2929

30-
Users who only use Iceberg tables can use Spark without this client.
30+
Users who only use Iceberg tables do not need to use this client and can use the Iceberg-provided Spark client.
3131
{{< /alert >}}
3232

3333
This page documents how to connect Spark with Polaris Service using the Polaris Spark client.
@@ -119,7 +119,7 @@ If you would like to use a version of the Spark client that is currently not yet
119119
build a Spark client jar locally from source. Please check out the Polaris repo and refer to the Spark plugin
120120
[README](https://github.com/apache/polaris/blob/main/plugins/spark/README.md) for detailed instructions.
121121

122-
## Known Limitations
122+
## Current Limitations
123123
The following describes the current limitations of the Polaris Spark client:
124124

125125
### General Limitations

0 commit comments

Comments
 (0)