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

Fixed error in union FFI #625

Merged
merged 1 commit into from Nov 23, 2021
Merged

Fixed error in union FFI #625

merged 1 commit into from Nov 23, 2021

Conversation

jorgecarleitao
Copy link
Owner

Closed #480

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Nov 22, 2021
@codecov
Copy link

codecov bot commented Nov 22, 2021

Codecov Report

Merging #625 (2a0a1d3) into main (b3ed162) will increase coverage by 0.06%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #625      +/-   ##
==========================================
+ Coverage   69.70%   69.77%   +0.06%     
==========================================
  Files         299      299              
  Lines       16599    16884     +285     
==========================================
+ Hits        11571    11780     +209     
- Misses       5028     5104      +76     
Impacted Files Coverage Δ
src/array/union/ffi.rs 0.00% <0.00%> (ø)
src/io/parquet/read/nested_utils.rs 78.43% <0.00%> (+0.98%) ⬆️
src/compute/arithmetics/time.rs 46.93% <0.00%> (+2.04%) ⬆️
src/temporal_conversions.rs 77.41% <0.00%> (+2.93%) ⬆️
src/array/specification.rs 78.12% <0.00%> (+4.95%) ⬆️
src/types/mod.rs 31.18% <0.00%> (+7.57%) ⬆️
src/io/csv/write/serialize.rs 51.67% <0.00%> (+17.73%) ⬆️

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 b3ed162...2a0a1d3. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 439dacf into main Nov 23, 2021
@jorgecarleitao jorgecarleitao deleted the ffi_union branch November 23, 2021 07:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix FFI import and export of UnionArray
1 participant