Skip to content

ARROW-3621: [Go] implement Table, Record, RecordReader and TableReader#2847

Closed
sbinet wants to merge 6 commits intoapache:masterfrom
sbinet-gonum:issue-3621
Closed

ARROW-3621: [Go] implement Table, Record, RecordReader and TableReader#2847
sbinet wants to merge 6 commits intoapache:masterfrom
sbinet-gonum:issue-3621

Conversation

@sbinet
Copy link
Copy Markdown
Contributor

@sbinet sbinet commented Oct 27, 2018

This CL implements a few things:

@sbinet
Copy link
Copy Markdown
Contributor Author

sbinet commented Oct 27, 2018

@stuartcarnie PTAL

@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 27, 2018

Codecov Report

Merging #2847 into master will decrease coverage by 7.91%.
The diff coverage is 98.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2847      +/-   ##
==========================================
- Coverage    74.8%   66.89%   -7.92%     
==========================================
  Files          63       52      -11     
  Lines        4235     2670    -1565     
==========================================
- Hits         3168     1786    -1382     
+ Misses        993      809     -184     
- Partials       74       75       +1
Impacted Files Coverage Δ
go/arrow/datatype_nested.go 94.73% <100%> (+0.29%) ⬆️
go/arrow/array/record.go 100% <100%> (ø)
go/arrow/array/table.go 100% <100%> (ø) ⬆️
go/arrow/schema.go 97.33% <81.81%> (-2.67%) ⬇️
rust/src/record_batch.rs
rust/src/array.rs
rust/src/bitmap.rs
rust/src/builder.rs
rust/src/util/bit_util.rs
rust/src/error.rs
... and 7 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 b5fafd8...99b6b79. Read the comment docs.

@sbinet sbinet force-pushed the issue-3621 branch 2 times, most recently from 6d69a01 to bab654b Compare October 28, 2018 12:49
@wesm wesm changed the title [Go] implement Table, Record, RecordReader and TableReader ARROW-3621: [Go] implement Table, Record, RecordReader and TableReader Oct 29, 2018
@wesm
Copy link
Copy Markdown
Member

wesm commented Oct 29, 2018

Just rebased this

@sbinet sbinet force-pushed the issue-3621 branch 2 times, most recently from e45cfa9 to fcc7f94 Compare October 30, 2018 08:29
@wesm
Copy link
Copy Markdown
Member

wesm commented Oct 30, 2018

@stuartcarnie can you review this?

@stuartcarnie
Copy link
Copy Markdown
Contributor

@wesm / @sbinet I plan to look at these PRs as soon as I finish up some other items at the top of my list

Copy link
Copy Markdown
Contributor

@stuartcarnie stuartcarnie left a comment

Choose a reason for hiding this comment

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

All looks great, @sbinet – thank you for all your contributions!

@wesm LGTM 👍

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.

4 participants