Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Added support for JSON serialization of dictionary #1424

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

ritchie46
Copy link
Collaborator

A bit of a selfish PR with regard to how many branches are implemented. Given the many combinations of key, value types that can be there, I'd like to have them under a feature flag.

Currently we don't do this yet in arrow2 for dtypes, but given there are many of them I believe there is merit to cherry pick them as we are not light to compile.

@codecov
Copy link

codecov bot commented Feb 28, 2023

Codecov Report

Patch coverage: 91.30% and project coverage change: +0.02 🎉

Comparison is base (d06323a) 83.63% compared to head (db53304) 83.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1424      +/-   ##
==========================================
+ Coverage   83.63%   83.66%   +0.02%     
==========================================
  Files         374      374              
  Lines       40603    40626      +23     
==========================================
+ Hits        33959    33988      +29     
+ Misses       6644     6638       -6     
Impacted Files Coverage Δ
src/io/json/write/serialize.rs 92.17% <91.30%> (-0.08%) ⬇️
src/io/ipc/read/file.rs 97.32% <0.00%> (+0.89%) ⬆️
src/array/utf8/mod.rs 83.52% <0.00%> (+1.14%) ⬆️
src/io/ipc/read/array/boolean.rs 98.11% <0.00%> (+5.66%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jorgecarleitao jorgecarleitao changed the title feat: support serialization of dictionary Added support for JSON serialization of dictionary Mar 3, 2023
@jorgecarleitao jorgecarleitao added the feature A new feature label Mar 3, 2023
@jorgecarleitao jorgecarleitao merged commit fa2c51c into jorgecarleitao:main Mar 3, 2023
ritchie46 added a commit to ritchie46/arrow2 that referenced this pull request Mar 29, 2023
ritchie46 added a commit to ritchie46/arrow2 that referenced this pull request Apr 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants