Commits


Dustin Long authored and Wes McKinney committed a236464551d
ARROW-3674: [Go] Implement Date32 and Date64 array types Implement both Date32 and Date64 types for arrays. Also resolves ARROW-3675. Unit tests follow the same pattern as the existing float64 and Time{32,64} tests. Author: Dustin Long <me@dustmop.io> Closes #3170 from dustmop/date-types and squashes the following commits: 29ae27474 <Dustin Long> ARROW-3674: Date{32,64} as primitive fixed-width types, not parametric 07a261047 <Dustin Long> ARROW-3674: Implement Date32 and Date64 array types