Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: disable lz4 block checksum #1294

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Conversation

bennetthardwick
Copy link
Contributor

@bennetthardwick bennetthardwick commented Dec 15, 2024

Changelog

rust: disable lz4 block checksum

Docs

None

Description

Disables the lz4 block checksum to mimic the behaviour of the Go code.

MCAP files from Rust created with a block checksum will currently fail when run through the MCAP CLI due to pierrec/lz4#223, so this will ensure greater compatibility with older MCAP CLI versions.

BeforeAfter

Copy link
Collaborator

@james-rms james-rms left a comment

Choose a reason for hiding this comment

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

Could use a comment regarding incompatibilities with other lz4 readers here.

@bennetthardwick bennetthardwick merged commit 9e49a99 into main Dec 16, 2024
23 checks passed
@bennetthardwick bennetthardwick deleted the bennett/disable-lz4-checksum branch December 16, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants