Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

airframe-parquet: Add record writer #1785

Merged
merged 4 commits into from Aug 14, 2021
Merged

airframe-parquet: Add record writer #1785

merged 4 commits into from Aug 14, 2021

Conversation

xerial
Copy link
Member

@xerial xerial commented Aug 14, 2021

Closes #1618

@codecov
Copy link

codecov bot commented Aug 14, 2021

Codecov Report

Merging #1785 (3187198) into master (cdd3f95) will increase coverage by 0.05%.
The diff coverage is 94.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1785      +/-   ##
==========================================
+ Coverage   82.95%   83.01%   +0.05%     
==========================================
  Files         309      309              
  Lines       11937    11990      +53     
  Branches      762      757       -5     
==========================================
+ Hits         9902     9953      +51     
- Misses       2035     2037       +2     
Impacted Files Coverage Δ
...wvlet/airframe/parquet/AirframeParquetWriter.scala 94.62% <94.00%> (-0.73%) ⬇️
...rc/main/scala/wvlet/airframe/parquet/Parquet.scala 100.00% <100.00%> (ø)
...in/scala/wvlet/airframe/codec/PrimitiveCodec.scala 84.94% <0.00%> (+0.21%) ⬆️

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 cdd3f95...3187198. Read the comment docs.

@xerial xerial merged commit 555960b into master Aug 14, 2021
@exoego exoego deleted the parquet-record-writer branch February 4, 2022 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

airframe-parquet: Support writing generic records (e.g,. JSON, Map)
1 participant