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-5846: [Java] Create Avro adapter module and add dependencies #4800

Closed
wants to merge 6 commits into from

Conversation

tianchen92
Copy link
Contributor

Related to ARROW-5846.

<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.8.2</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 1.9 has been released?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thanks for reminder, fixed now.

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4800      +/-   ##
=========================================
+ Coverage   83.28%   89.6%   +6.32%     
=========================================
  Files         277     661     +384     
  Lines       39642   96331   +56689     
  Branches     1418       0    -1418     
=========================================
+ Hits        33015   86318   +53303     
- Misses       6265   10013    +3748     
+ Partials      362       0     -362
Impacted Files Coverage Δ
js/src/util/fn.ts
go/arrow/memory/memory_avx2_amd64.go
rust/datafusion/src/execution/filter.rs
rust/arrow/src/csv/writer.rs
rust/datafusion/src/bin/main.rs
go/arrow/ipc/file_reader.go
js/src/builder/index.ts
js/src/enum.ts
go/arrow/array/builder.go
go/arrow/math/uint64_amd64.go
... and 928 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 2d63975...56b2fdd. Read the comment docs.

</executions>
</plugin>
</plugins>
</build>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this will be necessary, since we won't be generating source filess?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, fixed.

@emkornfield
Copy link
Contributor

+1, LGTM

kszucs pushed a commit that referenced this pull request Jul 22, 2019
Related to [ARROW-5846](https://issues.apache.org/jira/browse/ARROW-5846).

Author: tianchen <niki.lj@alibaba-inc.com>

Closes #4800 from tianchen92/ARROW-5846 and squashes the following commits:

8107847 <tianchen> fix 2
2c5ff66 <tianchen> fix
de49b3a <tianchen> add test
79c04c8 <tianchen> update maven-compiler-plugin version
d60cc8b <tianchen> update version
2a060fb <tianchen> ARROW-5846:  Create Avro adapter module and add dependencies
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