Commits


jlapacik authored and Wes McKinney committed 91a72ac7e13
ARROW-4130: [Go] offset not used when accessing binary array Closes https://github.com/apache/arrow/issues/3270 . Author: jlapacik <joshua.lapacik@pacbell.net> Closes #3283 from jlapacik/fix/go-binary-slice and squashes the following commits: 5cf6a4f03 <jlapacik> assign slice value in out of bounds tests 0666c0ed4 <jlapacik> allocate new slice for each test case 9b5a00057 <jlapacik> remove single letter variable b46f8412d <jlapacik> ARROW-4130: offset not used when accessing binary array