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

Fixed error in writing fixedSizeListArray to parquet #941

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

jorgecarleitao
Copy link
Owner

Closes #691

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Apr 12, 2022
@jorgecarleitao jorgecarleitao changed the title Fixed error in writing fixedSizeListArray Fixed error in writing fixedSizeListArray to parquet Apr 12, 2022
@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #941 (28a3980) into main (0d93c58) will decrease coverage by 0.12%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #941      +/-   ##
==========================================
- Coverage   71.10%   70.98%   -0.13%     
==========================================
  Files         346      346              
  Lines       18959    18994      +35     
==========================================
+ Hits        13480    13482       +2     
- Misses       5479     5512      +33     
Impacted Files Coverage Δ
src/io/parquet/read/deserialize/binary/basic.rs 81.18% <ø> (ø)
...arquet/read/deserialize/fixed_size_binary/basic.rs 81.72% <ø> (ø)
src/io/parquet/read/deserialize/mod.rs 51.65% <0.00%> (-15.59%) ⬇️
src/io/parquet/read/deserialize/utils.rs 76.99% <ø> (ø)
src/io/parquet/write/mod.rs 60.22% <0.00%> (ø)
src/compute/arithmetics/time.rs 26.60% <0.00%> (+0.91%) ⬆️
src/bitmap/utils/slice_iterator.rs 87.93% <0.00%> (+1.72%) ⬆️

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 0d93c58...28a3980. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 76c1ff9 into main Apr 21, 2022
@jorgecarleitao jorgecarleitao deleted the fixed_fixed_list branch April 21, 2022 07:39
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.

Issues when trying to create a parquet file with FixedSizedListArray
1 participant