fallintoplace opened a new pull request, #1123: URL: https://github.com/apache/arrow-go/pull/1123
### What does this change do?\n\nUse the timestamp unit when converting time.Time values and reject values that do not fit in the target integer representation.\n\n### Why?\n\narreflect currently converts through UnixNano for every unit. Dates outside the UnixNano range silently wrap instead of returning an error.\n\n### Tests\n\n- go test ./arrow/array/arreflect\n- go test ./arrow -run 'TestTimestamp|TestDate' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
