Skip to content

Conversation

@imor
Copy link

@imor imor commented Dec 9, 2025

No description provided.

@imor imor marked this pull request as ready for review December 10, 2025 08:07
@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

❌ Patch coverage is 93.84615% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/compaction/leveled/mod.rs 63.63% 4 Missing ⚠️

📢 Thoughts on this report? Let us know!


#[expect(
clippy::cast_possible_truncation,
reason = "truncation is not expected to happen"
Copy link
Contributor

@marvin-j97 marvin-j97 Dec 10, 2025

Choose a reason for hiding this comment

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

A lot of these reasonings are basically stating the obvious, but, for example, in this case, really the reasoning is: there cannot be a filter that is 4 GiB in size (on 32 bit targets) - filters of a single table never even approach multiple megabytes in size typically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants