Closed erimatnor closed 5 days ago
Attention: Patch coverage is 95.45455%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 82.11%. Comparing base (
59f50f2
) to head (211a075
). Report is 611 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
tsl/src/hypercore/hypercore_handler.c | 90.90% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Replace the scankey flag used to skip compressed data when starting a Hypercore scan with a function that sets this option on the scan descriptor. Internally, use the scan flags instead of scankey flags to convey this setting.
Overloading scankey flags was not ideal since this is supposed to be per-column settings and not overall scan settings.
Note that it is possible to set the scan flags when calling the TAM's beginscan callback, but the table_beginscan() wrapper does not expose flags and instead there's a separate function for each flag settings. Hypercore could define its own beginscan function to do the same, but this is left for the future.
Disable-check: force-changelog-file