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

Support optimal encoding of constant string columns greater than 8 characters long #22

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

TomHodson
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2024

Codecov Report

Attention: Patch coverage is 10.00000% with 18 lines in your changes missing coverage. Please review.

Project coverage is 87.18%. Comparing base (5fe161e) to head (8f52ebb).
Report is 8 commits behind head on develop.

Files Patch % Lines
src/odc/codec/Constant.h 0.00% 18 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #22      +/-   ##
===========================================
- Coverage    87.30%   87.18%   -0.13%     
===========================================
  Files          189      189              
  Lines        15020    14947      -73     
  Branches         0     1352    +1352     
===========================================
- Hits         13113    13031      -82     
- Misses        1907     1916       +9     

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

The new codec is enabled for reading but odc will not write data with the new codec unless "ODC_ENABLE_WRITING_LONG_STRING_CODEC" is set in the environment. This is to give some time for installations in the wild to update before files containing the new code are produced by default.
@TomHodson TomHodson force-pushed the feature/long-constant-srings branch from da0d3fc to 8f52ebb Compare August 6, 2024 08:51
@simondsmart simondsmart merged commit 8bfd493 into develop Aug 6, 2024
98 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants