Skip to content

Commit

Permalink
Remove changes to rest-catalog-open-api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HonahX committed Feb 4, 2025
1 parent 8d5c7f2 commit a733c31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/rest-catalog-open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,11 +1070,11 @@ paths:
requestBody:
description:
The request containing the notification to be sent.

For each table, Polaris will reject any notification where the timestamp in the request body
is older than or equal to the most recent time Polaris has already processed for the table.
The responsibility of ensuring the correct order of timestamps for a sequence of notifications
lies with the caller of the API. This includes managing potential clock skew or inconsistencies
The responsibility of ensuring the correct order of timestamps for a sequence of notifications
lies with the caller of the API. This includes managing potential clock skew or inconsistencies
when notifications are sent from multiple sources.

A VALIDATE request behaves like a dry-run of a CREATE or UPDATE request up to but not including
Expand Down Expand Up @@ -1111,7 +1111,7 @@ paths:
$ref: '#/components/examples/NoSuchTableError'
409:
description:
Conflict - The timestamp of the received notification is older than or equal to the
Conflict - The timestamp of the received notification is older than or equal to the
most recent timestamp Polaris has already processed for the specified table.
content:
application/json:
Expand Down Expand Up @@ -4364,7 +4364,7 @@ components:

OutOfOrderNotificationError:
summary:
The timestamp of the received notification is older than or equal to the most recent timestamp
The timestamp of the received notification is older than or equal to the most recent timestamp
Polaris has already processed for the specified table.
value: {
"error": {
Expand Down Expand Up @@ -4395,4 +4395,4 @@ components:
catalog: Allows interacting with the Config and Catalog APIs
BearerAuth:
type: http
scheme: bearer
scheme: bearer

0 comments on commit a733c31

Please sign in to comment.