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

Added support to read ORC #1189

Merged
merged 8 commits into from Jul 31, 2022
Merged

Added support to read ORC #1189

merged 8 commits into from Jul 31, 2022

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Jul 26, 2022

Added support to read ORC files:

  • schema and schema conversion to arrow
  • i16, i32, i64, f32, f64, utf8 and binary
  • example and tests
  • under feature flag io_orc

@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #1189 (069aded) into main (4da1690) will decrease coverage by 0.07%.
The diff coverage is 71.90%.

@@            Coverage Diff             @@
##             main    #1189      +/-   ##
==========================================
- Coverage   83.52%   83.45%   -0.08%     
==========================================
  Files         364      366       +2     
  Lines       36398    36697     +299     
==========================================
+ Hits        30401    30624     +223     
- Misses       5997     6073      +76     
Impacted Files Coverage Δ
src/io/orc/mod.rs 0.00% <0.00%> (ø)
src/types/native.rs 75.39% <0.00%> (-10.89%) ⬇️
src/io/orc/read/mod.rs 83.98% <83.98%> (ø)
src/array/binary/mod.rs 88.88% <0.00%> (-1.24%) ⬇️
src/io/ipc/read/reader.rs 96.32% <0.00%> (+0.33%) ⬆️
src/bitmap/immutable.rs 86.41% <0.00%> (+1.85%) ⬆️
src/chunk.rs 90.47% <0.00%> (+7.14%) ⬆️
src/io/ipc/read/array/boolean.rs 98.14% <0.00%> (+7.40%) ⬆️

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 4da1690...069aded. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant