From daee465d09e6539c71031b2d76f9024e9814716d Mon Sep 17 00:00:00 2001 From: Qinghao Wu Date: Wed, 22 Jan 2025 16:01:45 -0800 Subject: [PATCH] Update PROTOCOL.md Fix the description of "Read Change Data Feed from a Table" --- PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 3bee82b3c..61db4d965 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -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).