mr-smidge opened a new pull request #7654:
URL: https://github.com/apache/arrow/pull/7654


   This PR introduces a _breaking change_ to the public API for `Date32Array` 
and `Date64Array` by changing the accepted and returned data type from 
`Sysetm.DateTimeOffset` to `System.DateTime`.
   
   The rationale for making this change is explained in detail on the [JIRA 
ticket](https://issues.apache.org/jira/browse/ARROW-8581), but briefly: making 
this change avoids a class of bugs that manifest based on the user's timezone, 
and where it is very easy to unknowingly fall into a trap.
   
   In addition, the new unit tests bring `Date32Array` and `Date64Array` up to 
100% test coverage.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to