Skip to content

Commit

Permalink
Update PROTOCOL.md (#641)
Browse files Browse the repository at this point in the history
Fix the description of "Read Change Data Feed from a Table"
  • Loading branch information
qinghaowu-db authored Jan 23, 2025
1 parent 0866c30 commit 73d9f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ delta-table-version: 123
### Read Change Data Feed from a Table
This is the API for clients to read change data feed from a table.

The API supports a start parameter and and an end parameter. The start/end parameter can either be a version or a timestamp. The start parameter must be provided. If the end parameter is not provided, the API will use the latest table version for it. The parameter range is inclusive in the query.
The API supports a start parameter and an end parameter. The start/end parameter can either be a version or a timestamp. The start parameter must be provided. If the end parameter is not provided, the API will use the latest table version for it. The parameter range is inclusive in the query.

You can specify a version as a Long or a timestamp as a string in the [Timestamp Format](#timestamp-format).

Expand Down

0 comments on commit 73d9f36

Please sign in to comment.