fallintoplace opened a new pull request, #1040: URL: https://github.com/apache/arrow-go/pull/1040
## What changed Extract temporal scalar values according to the source width before converting them to a destination `Time32` or `Time64` unit. ## Why The previous implementation chose the source value assertion from the destination type. Same-width conversions therefore asserted `Time32` values as `Time64`, or vice versa, and panicked. The regression matrix covers Time32-to-Time32, Time32-to-Time64, Time64-to-Time32, and Time64-to-Time64 conversions. ## Validation `go test ./arrow/scalar` -- 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]
