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

   ### Rationale for this change
   
   When /usr/share/zoneinfo is unavailable and TZDIR env is unset, creating C++ 
ORC reader will crash on Windows. We need to eagerly check this and prevent 
followup crash.
   
   ### What changes are included in this PR?
   
   Eagerly check TZDB availability before creating ORC reader/writer.
   
   ### Are these changes tested?
   
   Yes, added a test case to make sure the check work as expected.
   
   ### Are there any user-facing changes?
   
   Users on Windows (or other cases when TZDB is not availble) will clearly see 
this error message instead of crash.


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