Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #46

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ For information on managing namespaces with the REST API or for more information

## Table

Polaris tables are entites that map to [Apache Iceberg tables](https://iceberg.apache.org/docs/nightly/configuration/).
Polaris tables are entities that map to [Apache Iceberg tables](https://iceberg.apache.org/docs/nightly/configuration/).

For information on managing tables with the REST API or for more information on what data can be associated with a table, see [the API docs](../regtests/client/python/docs/CreateTableRequest.md).

## View

Polaris views are entites that map to [Apache Iceberg views](https://iceberg.apache.org/view-spec/).
Polaris views are entities that map to [Apache Iceberg views](https://iceberg.apache.org/view-spec/).

For information on managing views with the REST API or for more information on what data can be associated with a view, see [the API docs](../regtests/client/python/docs/CreateViewRequest.md).

Expand Down
10 changes: 5 additions & 5 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server-templates/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ It is updated to remove all swagger annotations
/**
* The {{{baseName}}} API interface
*
* This file is automatically generated by the OpenAPI Code Generator based on configuratipn in the
* This file is automatically generated by the OpenAPI Code Generator based on configuration in the
* build.gradle file.
*
*/
Expand Down
4 changes: 2 additions & 2 deletions spec/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ tags:
## Table


Polaris tables are entites that map to [Apache Iceberg
Polaris tables are entities that map to [Apache Iceberg
tables](https://iceberg.apache.org/docs/nightly/configuration/).


Expand All @@ -507,7 +507,7 @@ tags:
## View


Polaris views are entites that map to [Apache Iceberg
Polaris views are entities that map to [Apache Iceberg
views](https://iceberg.apache.org/view-spec/).


Expand Down
Loading