Skip to content

Commit 9509e07

Browse files
committed
fix precommit
1 parent 91657d1 commit 9509e07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/iceberg/deletes/roaring_position_bitmap.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ 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 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.
45-
/// bytes, CRC-32) is handled by the Puffin writer/reader layer, not
46-
/// this class.
44+
45+
/// \note This class is used to represent deletion vectors. The Puffin puffin
46+
/// reader/write handle adding the additional required framing (length prefix, magic,
47+
/// magic bytes, CRC-32) for `deletion-vector-v1` persistence.
4748
class ICEBERG_EXPORT RoaringPositionBitmap {
4849
public:
4950
/// \brief Maximum supported position (aligned with the Java implementation).

0 commit comments

Comments
 (0)