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

Ensure index_codec JSON field is parsed correctly. #31

Merged
merged 3 commits into from
Jul 12, 2024
Merged

Ensure index_codec JSON field is parsed correctly. #31

merged 3 commits into from
Jul 12, 2024

Conversation

zoj613
Copy link
Owner

@zoj613 zoj613 commented Jul 12, 2024

This ensures that parsing a JSON index_codecs field that contains
variable-size codecs fails.

This also splits bytes_to_bytes codecs into fixed and variable
using GADTs.

This ensures that parsing a JSON index_codecs field that contains
variable-size codecs fails.

This also splits bytes_to_bytes codecs into fixed and variable
using GADTs.
This function need not be exposed to the user interface.
@zoj613 zoj613 added codecs relating to codecs refactoring labels Jul 12, 2024
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.17%. Comparing base (ef185d5) to head (8eff625).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   95.42%   95.17%   -0.25%     
==========================================
  Files          13       13              
  Lines        1092     1098       +6     
==========================================
+ Hits         1042     1045       +3     
- Misses         50       53       +3     

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

@zoj613 zoj613 merged commit 8f21a53 into main Jul 12, 2024
3 of 4 checks passed
@zoj613 zoj613 deleted the zarray branch July 19, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codecs relating to codecs refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant