jeremycostanzo commented on PR #47132:
URL: https://github.com/apache/arrow/pull/47132#issuecomment-3088842982

   With the added test cases and without the fix,
   `Date64ArrayTest.AppendGivesUtcDate(dateTimeOffset: 
1969-12-31T00:00:00.0000000+00:00)` fails with
   ```
   Assert.Equal() Failure: Values differ
   Expected: 1969-12-31T00:00:00.0000000Z
   Actual:   1969-12-30T00:00:00.0000000
   ```
   
   `Date64ArrayTest.AppendGivesUtcDate(dateTimeOffset: 
0001-01-01T00:00:00.0000000+00:00)` fails with
   ```
   System.ArgumentOutOfRangeException: Valid values are between -62135596800000 
and 253402300799999, inclusive. (Parameter 'milliseconds')
   ```
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to