Closed broccoliSpicy closed 1 week ago
ACTION NEEDED Lance follows the Conventional Commits specification for release automation.
The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.
For details on the error please inspect the "PR Title Check" action.
Attention: Patch coverage is 87.71930%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 77.87%. Comparing base (
ec76db4
) to head (2397c19
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR tries to integrate mini-block page layout with FSST compression.
During compression, it first FSST compresses the input data then write out the data use
BinaryMiniBlockEncoder
. During decompression, it first usesBinaryMiniBlockDecompressor
to decode the raw data read from disk, it then appliesFSST decompression
.