pitrou commented on code in PR #45051: URL: https://github.com/apache/arrow/pull/45051#discussion_r1888924466
########## python/pyarrow/tests/test_orc.py: ########## @@ -140,6 +143,33 @@ def test_example_using_json(filename, datadir): check_example_file(path, table, need_fix=True) +def test_unknown_timezone(datadir): + # Example file relies on the timezone "US/Pacific". It should gracefully Review Comment: Note that this test checks an unrelated issue. -- 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