Commits

Sebastien Binet authored 4f6fb564f17
ARROW-5112: [Go] implement writing IPC Arrow stream/file Needs #4228. Author: Sebastien Binet <binet@cern.ch> Closes #4229 from sbinet/issue-5112 and squashes the following commits: d264ebb0 <Sebastien Binet> go/arrow/{ipc,internal/arrdata}: implement List/Struct writing, add tests 53ab9ce2 <Sebastien Binet> go/arrow/array: add ValueOffset to String array c2484d3b <Sebastien Binet> go/arrow/array: fix ref-count for Struct array 11bd3347 <Sebastien Binet> go/arrow/array: fix ref-count for List array aba5551c <Sebastien Binet> go/arrow/array: implement Stringer for Binary array 7cdc3c0a <Sebastien Binet> go/arrow/ipc: test r/w with mask d7a5a894 <Sebastien Binet> go/arrow/internal/bitutil: add CeilByte64 and BytesForBits 5f375727 <Sebastien Binet> ARROW-5112: implement writing IPC Arrow stream/file