Commits


jlapacik authored and Wes McKinney committed 134081bea48
ARROW-4126: [Go] offset not used when accessing boolean array Closes https://github.com/apache/arrow/issues/3273 . Author: jlapacik <joshua.lapacik@pacbell.net> Closes #3275 from jlapacik/fix/go-boolean-slice and squashes the following commits: 67c5d739a <jlapacik> assign slice value in out of bounds tests 9e3ac33dd <jlapacik> allocate new slice for each test case 6901d09f1 <jlapacik> ARROW-4126: offset not used when accessing boolean array