Skip to content

Add docs for BitReader#9948

Merged
alamb merged 2 commits into
apache:mainfrom
alamb:alamb/document_bit_reader
May 14, 2026
Merged

Add docs for BitReader#9948
alamb merged 2 commits into
apache:mainfrom
alamb:alamb/document_bit_reader

Conversation

@alamb
Copy link
Copy Markdown
Contributor

@alamb alamb commented May 8, 2026

Which issue does this PR close?

Rationale for this change

While reviewing the ALP implementation from @sdf-jkl , I ran into this struct which I haven't really used before.

Now that I have read it, I wanted to capture that information as doc comments (for my future self and hopefully for others)

What changes are included in this PR?

Add documentation comments to BitReader

Are these changes tested?

Just docs,

Are there any user-facing changes?

Just docs on an internal struct,

@alamb alamb added the documentation Improvements or additions to documentation label May 8, 2026
@github-actions github-actions Bot added the parquet Changes to the parquet crate label May 8, 2026
@alamb alamb changed the title Add docs for BitReader Add docs for BitReader May 8, 2026
@alamb alamb mentioned this pull request May 8, 2026
Copy link
Copy Markdown
Contributor

@etseidl etseidl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, thanks @alamb!

alamb added a commit that referenced this pull request May 14, 2026
# Which issue does this PR close?

- Related to #9372


# Rationale for this change

Similarly to #9948. I ran into
BitWriter as part of reviewing code from @sdf-jkl and wanted to document
my findings (so I didn't have to re-read the code each time)
- #9372



# What changes are included in this PR?

Add docs 

# Are these changes tested?

By CI
# Are there any user-facing changes?

No -- this is docs to an internal structure
@alamb alamb merged commit 821f42f into apache:main May 14, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation parquet Changes to the parquet crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants