Commits


George Godik authored and GitHub committed 901e132b05c
ARROW-17273: [Go][CSV] Add Timestamp, Date32, Date64 format support to csv.Writer (#13772) Newly supported types - Date32 - Date64 - Timestamp csv.Reader currently supports Timestamps. Not adding Date32/64 support to CSV as the default behavior will stay the same and parse as the broadest `timestamp` type https://issues.apache.org/jira/browse/ARROW-17273 Authored-by: ggodik <ggodik@factset.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>