jorisvandenbossche commented on code in PR #40697:
URL: https://github.com/apache/arrow/pull/40697#discussion_r1537555664


##########
cpp/src/arrow/adapters/orc/adapter.cc:
##########
@@ -183,22 +183,6 @@ liborc::RowReaderOptions default_row_reader_options() {
   return options;
 }
 
-// Proactively check the availability of timezone database.
-// Remove it once https://issues.apache.org/jira/browse/ORC-1661 has been 
fixed.
-Status check_timezone_database_availability() {
-  auto tz_dir = std::getenv("TZDIR");
-  bool is_tzdb_avaiable = tz_dir != nullptr

Review Comment:
   @wgtmac mentioned here 
https://github.com/apache/arrow/issues/36026#issuecomment-2006161559 that this 
is blocked by Java, but for the wheel building that shouldn't matter. So it's 
probably a matter of updating the vcpkg snapshot version? (last time we did 
this -> https://github.com/apache/arrow/pull/39622)



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