raulcd opened a new pull request, #47956:
URL: https://github.com/apache/arrow/pull/47956

   ### Rationale for this change
   
   Since we upgraded to ORC 2.1.1 our test started failing because it was able 
to resolved the timezone and read the file when we were expecting an exception 
to be raised.
   
   In order to support Legacy timezones ORC added some aliases to some 
timezones, in the case of our test `US/Pacific` was aliased to 
`America/Los_Angeles` and the test was finding the timezone.
   
   ### What changes are included in this PR?
   
   Remove both timezones `US/Pacific` and `America/Los_Angeles` so the test 
works as expected.
   
   ### Are these changes tested?
   
   Yes, locally via CI and some extra archery tasks
   
   ### Are there any user-facing changes?
   
   No
   


-- 
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: [email protected]

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

Reply via email to