Skip to content

Commit

Permalink
Fix typo Delta
Browse files Browse the repository at this point in the history
  • Loading branch information
c27kwan authored Aug 1, 2024
1 parent 1129fe2 commit f640468
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 @@ -2172,7 +2172,7 @@ The response contains multiple lines:
- Historical [Metadata](#metadata) will be returned if includeHistoricalMetadata is set to true.
- The ordering of the lines doesn't matter.

When `responseformat=delta`, a sequence of JSON strings delimited by newline. Each line is a JSON object defined in [API Response Format in Parquet](#api-response-format-in-delta).
When `responseformat=delta`, a sequence of JSON strings delimited by newline. Each line is a JSON object defined in [API Response Format in Delta](#api-response-format-in-delta).
- The first line is [a JSON wrapper object](#json-wrapper-object-in-each-line-in-delta) containing the delta [Protocol](#protocol-in-delta-format) object.
- The second line is [a JSON wrapper object](#json-wrapper-object-in-each-line-in-delta) containing the delta [Metadata](#metadata-in-delta-format) object.
- The rest of the lines are [JSON wrapper objects](#json-wrapper-object-in-each-line) for [Files](#file-in-delta-format) of the change data feed.
Expand Down

0 comments on commit f640468

Please sign in to comment.