You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/20 09:13:11 UTC

[GitHub] [arrow] jorisvandenbossche commented on pull request #7987: ARROW-9768: [Python] Check overflow in conversion of datetime objects to nanosecond timestamps

jorisvandenbossche commented on pull request #7987:
URL: https://github.com/apache/arrow/pull/7987#issuecomment-677479161


   In principle, we have a `safe=True/False` keyword in `pa.array(..)` that could be honored here, and only do the overflow check if `safe=True` (but we currently don't discriminate for safe=True/False anywhere in python_to_arrow.cc)


----------------------------------------------------------------
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:
users@infra.apache.org