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-3038: [Go] implement String array #2871

Closed
wants to merge 1 commit into from

Conversation

sbinet
Copy link
Contributor

@sbinet sbinet commented Oct 30, 2018

needs #2870

@sbinet
Copy link
Contributor Author

sbinet commented Oct 30, 2018

PTAL @stuartcarnie

@codecov-io
Copy link

codecov-io commented Oct 30, 2018

Codecov Report

Merging #2871 into master will decrease coverage by 0.2%.
The diff coverage is 66.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2871      +/-   ##
==========================================
- Coverage   87.55%   87.35%   -0.21%     
==========================================
  Files         411      415       +4     
  Lines       63818    64461     +643     
==========================================
+ Hits        55874    56308     +434     
- Misses       7870     8073     +203     
- Partials       74       80       +6
Impacted Files Coverage Δ
go/arrow/array/struct.go 72.64% <0%> (-10.16%) ⬇️
go/arrow/array/boolean.go 42.3% <0%> (-42.31%) ⬇️
go/arrow/array/builder.go 62.6% <0%> (+0.61%) ⬆️
go/arrow/array/numeric.gen.go 45.77% <0%> (-39.68%) ⬇️
go/arrow/array/binarybuilder.go 79.51% <0%> (+5.44%) ⬆️
go/arrow/array/data.go 84.31% <0%> (-3.45%) ⬇️
go/arrow/array/table.go 100% <100%> (ø) ⬆️
go/arrow/datatype_nested.go 94.73% <100%> (+0.29%) ⬆️
go/arrow/array/array.go 96.42% <100%> (+0.06%) ⬆️
go/arrow/array/record.go 100% <100%> (ø)
... and 12 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...54ec238. Read the comment docs.

Copy link
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.

Awesome 👍

@@ -131,7 +131,7 @@ them internally in the [ifql][] execution engine and storage layers of [InfluxDB
- [x] 32 and 64 bit floats
- [x] Packed LSB booleans
- [x] Variable-length binary
- [ ] String (valid UTF-8)
- [x] String (valid UTF-8)
- [ ] Half-float (16-bit)
- [x] Null (no physical storage)
Copy link
Member

Choose a reason for hiding this comment

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

Can you move this TODO list to JIRA?

@wesm wesm closed this in eeaf121 Oct 31, 2018
wesm pushed a commit that referenced this pull request Oct 31, 2018
needs #2871

Author: Sebastien Binet <binet@cern.ch>

Closes #2872 from sbinet/issue-3626 and squashes the following commits:

72d9d9d <Sebastien Binet> ARROW-3626:  implement CSV reader
9dfda70 <Sebastien Binet> ARROW-3625:  add examples for Record and Table
f2bf762 <Sebastien Binet> ARROW-3627:  implement Record builder
8367d64 <Sebastien Binet>  make sure Boolean implements array.Interface
c055186 <Sebastien Binet>  add Release, Reserve and Resize to array.Builder interface
4aaff04 <Sebastien Binet>  test allocator interface
@sbinet sbinet deleted the issue-3038 branch November 1, 2018 10:45
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

4 participants