Skip to content

Commit 91657d1

Browse files
wgtmacemkornfield
andauthored
Update src/iceberg/deletes/roaring_position_bitmap.h
Co-authored-by: emkornfield <emkornfield@gmail.com>
1 parent 40e01c0 commit 91657d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iceberg/deletes/roaring_position_bitmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace iceberg {
4141
/// significant 4 bytes. For each key, a 32-bit Roaring bitmap is
4242
/// maintained to store positions for that key.
4343
///
44-
/// \note The Puffin deletion-vector-v1 wrapping (length prefix, magic
44+
/// \note This class is used to represent deletion vectors. The Puffin puffin reader/write handle adding the additional required framing (length prefix, magic, magic bytes, CRC-32) for `deletion-vector-v1` persistence.
4545
/// bytes, CRC-32) is handled by the Puffin writer/reader layer, not
4646
/// this class.
4747
class ICEBERG_EXPORT RoaringPositionBitmap {

0 commit comments

Comments
 (0)