Skip to content

Commit 194db04

Browse files
authored
fix: typo in RoaringPositionBitmap deletion vector note (apache#632)
1 parent ce794ef commit 194db04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/iceberg/deletes/roaring_position_bitmap.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ namespace iceberg {
4242
/// maintained to store positions for that key.
4343
///
4444

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.
45+
/// \note This class is used to represent deletion vectors. The Puffin reader/writer
46+
/// handle adding the additional required framing (length prefix, magic bytes, CRC-32)
47+
/// for `deletion-vector-v1` persistence.
4848
class ICEBERG_EXPORT RoaringPositionBitmap {
4949
public:
5050
/// \brief Maximum supported position (aligned with the Java implementation).

0 commit comments

Comments
 (0)