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

Fixed error in writing compressed parquet dict pages #523

Merged
merged 1 commit into from
Oct 10, 2021
Merged

Conversation

jorgecarleitao
Copy link
Owner

Fixed #516

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Oct 10, 2021
@jorgecarleitao jorgecarleitao changed the title Fixed error in writing dict-encoded, compressed parquet pages Fixed error in writing dict-encoded, compressed parquet dict pages Oct 10, 2021
@jorgecarleitao jorgecarleitao changed the title Fixed error in writing dict-encoded, compressed parquet dict pages Fixed error in writing compressed parquet dict pages Oct 10, 2021
@codecov
Copy link

codecov bot commented Oct 10, 2021

Codecov Report

Merging #523 (95ecff8) into main (b19dde2) will increase coverage by 0.15%.
The diff coverage is 46.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #523      +/-   ##
==========================================
+ Coverage   80.17%   80.32%   +0.15%     
==========================================
  Files         381      381              
  Lines       23665    24155     +490     
==========================================
+ Hits        18973    19403     +430     
- Misses       4692     4752      +60     
Impacted Files Coverage Δ
src/io/parquet/write/dictionary.rs 70.37% <27.27%> (-2.36%) ⬇️
tests/it/io/parquet/write.rs 100.00% <100.00%> (ø)
src/compute/arithmetics/decimal/add.rs 80.70% <0.00%> (-2.40%) ⬇️
src/compute/arithmetics/decimal/sub.rs 80.70% <0.00%> (-2.40%) ⬇️
src/io/ipc/read/reader.rs 81.74% <0.00%> (-1.88%) ⬇️
src/io/avro/read/schema.rs 54.76% <0.00%> (-1.20%) ⬇️
src/compute/arithmetics/decimal/mul.rs 80.17% <0.00%> (-0.85%) ⬇️
src/io/parquet/read/mod.rs 60.47% <0.00%> (+0.47%) ⬆️
src/io/ipc/write/common.rs 76.28% <0.00%> (+0.64%) ⬆️
src/compute/arithmetics/decimal/div.rs 81.73% <0.00%> (+0.72%) ⬆️
... and 8 more

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 b19dde2...95ecff8. Read the comment docs.

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.

Writing a Dictionary encoded array with snappy compression leads to pyarrow error
1 participant