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

Fixed parquet write example #1193

Merged
merged 1 commit into from
Jul 30, 2022
Merged

Conversation

rajasekarv
Copy link
Contributor

closes #1187

@codecov
Copy link

codecov bot commented Jul 30, 2022

Codecov Report

Merging #1193 (192ca8f) into main (8604cb7) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1193   +/-   ##
=======================================
  Coverage   83.52%   83.52%           
=======================================
  Files         364      364           
  Lines       36398    36398           
=======================================
+ Hits        30400    30401    +1     
+ Misses       5998     5997    -1     
Impacted Files Coverage Δ
src/array/utf8/mod.rs 82.71% <0.00%> (-0.93%) ⬇️
src/bitmap/utils/slice_iterator.rs 98.78% <0.00%> (+1.21%) ⬆️
src/array/binary/mod.rs 90.12% <0.00%> (+1.23%) ⬆️

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 8604cb7...192ca8f. Read the comment docs.

@jorgecarleitao jorgecarleitao changed the title Encoding fixed for parquet write Fixed parquet write example Jul 30, 2022
@jorgecarleitao jorgecarleitao merged commit 9f6be52 into jorgecarleitao:main Jul 30, 2022
@jorgecarleitao jorgecarleitao added the documentation Improvements or additions to documentation label Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parquet_write example no longer working
2 participants