Skip to content

Conversation

@svenklemm
Copy link
Member

No description provided.

@github-actions github-actions bot requested review from akuzm and kpan2034 December 18, 2025 14:48
@github-actions
Copy link

@akuzm, @kpan2034: please review this pull request.

Powered by pull-review

@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.49%. Comparing base (523ca3f) to head (1e89d4c).
⚠️ Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
tsl/src/compression/algorithms/dictionary.c 0.00% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9063      +/-   ##
==========================================
+ Coverage   82.40%   82.49%   +0.09%     
==========================================
  Files         242      242              
  Lines       47617    47594      -23     
  Branches    12154    12153       -1     
==========================================
+ Hits        39238    39262      +24     
- Misses       3509     3519      +10     
+ Partials     4870     4813      -57     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@svenklemm svenklemm added the tech-debt Needs refactoring and improvement tasks related to the source code and its architecture. label Jan 3, 2026
(void *) PG_DETOAST_DATUM(dictionary_compressed),
true,
element_type);
CheckCompressedData(element_type == iterator->compressed->element_type);
Copy link
Member

Choose a reason for hiding this comment

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

this one should probably be an assertion, since the data itself is checked by the "init" function.

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

Labels

tech-debt Needs refactoring and improvement tasks related to the source code and its architecture.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants