jorisvandenbossche edited a comment on pull request #10457:
URL: https://github.com/apache/arrow/pull/10457#issuecomment-858395074


   I think it would be good to write some tests in python as well, as currently 
the C++ tests are very hard to verify since we don't yet have the ability to 
parse strings localized in the timezone (I mean: the strings in the tests are 
interpreted as UTC and not the "Australia/Broken_Hill" timezone. And thus as a 
result, the expected values can't be read/verified from the strings). 
   (while in python we could create the localized input timestamps with pandas)
   
   Given that, it might also make sense to first add a "localize" kernel for 
converting timestamps from naive to a certain timezone.
    


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


Reply via email to