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

Add support to extension types in FFI #363

Merged
merged 1 commit into from Sep 3, 2021
Merged

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Sep 1, 2021

With this PR, exporting and import the extension datatype roundtrips.

Pyarrow equivalent being worked at apache/arrow#11071

@jorgecarleitao jorgecarleitao added the feature A new feature label Sep 1, 2021
@codecov
Copy link

codecov bot commented Sep 1, 2021

Codecov Report

Merging #363 (6a304cc) into main (98b4f17) will increase coverage by 0.00%.
The diff coverage is 88.88%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #363   +/-   ##
=======================================
  Coverage   81.13%   81.14%           
=======================================
  Files         326      326           
  Lines       21150    21173   +23     
=======================================
+ Hits        17160    17180   +20     
- Misses       3990     3993    +3     
Impacted Files Coverage Δ
src/datatypes/mod.rs 69.49% <ø> (ø)
src/io/ipc/convert.rs 94.91% <ø> (-0.08%) ⬇️
src/io/json_integration/schema.rs 44.58% <ø> (ø)
src/ffi/schema.rs 66.07% <84.61%> (+1.45%) ⬆️
src/datatypes/field.rs 29.36% <100.00%> (+4.15%) ⬆️
tests/it/ffi.rs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98b4f17...6a304cc. Read the comment docs.

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.

None yet

1 participant