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

ARROW-5200: [Java] Provide light-weight arrow APIs #4212

Closed
wants to merge 3 commits into from

Conversation

liyafan82
Copy link
Contributor

This PR is for JIRA ARROW-5200. In the first commits, I only support a few vectors.
If the framework is OK, I will support more vectors.

@codecov-io
Copy link

Codecov Report

Merging #4212 into master will increase coverage by 1.4%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4212      +/-   ##
==========================================
+ Coverage   87.78%   89.18%    +1.4%     
==========================================
  Files         758      617     -141     
  Lines       92513    82203   -10310     
  Branches     1251        0    -1251     
==========================================
- Hits        81210    73313    -7897     
+ Misses      11186     8890    -2296     
+ Partials      117        0     -117
Impacted Files Coverage Δ
cpp/src/arrow/util/thread-pool-test.cc 97.66% <0%> (-0.94%) ⬇️
go/arrow/math/uint64_amd64.go
go/arrow/memory/memory_avx2_amd64.go
go/arrow/ipc/file_reader.go
js/src/enum.ts
go/arrow/array/builder.go
js/src/Arrow.node.ts
js/src/schema.ts
go/arrow/type_traits_boolean.go
js/src/ipc/node/writer.ts
... and 132 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 67efb73...dd7097f. Read the comment docs.

@fsaintjacques
Copy link
Contributor

Small nit, title should have the format ARROW-5200: [Java] Provide....

@wesm wesm changed the title ARROW-5200[Java] Provide light-weight arrow APIs ARROW-5200: [Java] Provide light-weight arrow APIs Apr 26, 2019
@liyafan82
Copy link
Contributor Author

Small nit, title should have the format ARROW-5200: [Java] Provide....

I see. Thanks for your comment.
@wesm Thank you for your effort.

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.

None yet

3 participants