fallintoplace opened a new pull request, #1128:
URL: https://github.com/apache/arrow-go/pull/1128

   ### What does this change do?\n\nReturn an error when an INT96 timestamp 
cannot be represented by Arrow's nanosecond timestamp type.\n\n### 
Why?\n\ntransferInt96 currently converts through time.Time.UnixNano without 
checking the int64 nanosecond range, so very wide dates wrap.\n\n### Tests\n\n- 
go test ./parquet/pqarrow -run 
'Test(ArrowTimestampToImpalaTimestamp|ReadInt96RejectsOutOfRangeTimestamp|WriteArrowInt96)$'


-- 
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]

Reply via email to