From 20e7a0fde7c339bbdb246fdde35bb132f4579980 Mon Sep 17 00:00:00 2001 From: Curt Hagenlocher Date: Wed, 13 Sep 2023 17:15:57 -0700 Subject: [PATCH] Fix the sample inline deletion vector --- PROTOCOL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index c706bed12df..f1626540404 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -821,8 +821,8 @@ Assuming that this DV is stored relative to an `s3://mytable/` directory, the ab ```json { "storageType" : "i", - "pathOrInlineDv" : "wi5b=000010000siXQKl0rr91000f55c8Xg0@@D72lkbi5=-{L", - "sizeInBytes" : 40, + "pathOrInlineDv" : "^Bg9^0rr910000000000iXQKl0rr91000f55c8Xg0@@D72lkbi5=-{L", + "sizeInBytes" : 44, "cardinality" : 6 } ```