From 94ccd4d25efd8f35183ca827da40c275b60c67bc Mon Sep 17 00:00:00 2001 From: Okada Haruki Date: Thu, 22 Oct 2020 17:42:53 +0900 Subject: [PATCH] MINOR: Fix timestampDelta type in doc (#8870) Reviewers: Chia-Ping Tsai --- docs/implementation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/implementation.html b/docs/implementation.html index c28c33b6806..4a6e924e45d 100644 --- a/docs/implementation.html +++ b/docs/implementation.html @@ -85,7 +85,7 @@ length: varint attributes: int8 bit 0~7: unused - timestampDelta: varint + timestampDelta: varlong offsetDelta: varint keyLength: varint key: byte[]