kou commented on issue #43232:
URL: https://github.com/apache/arrow/issues/43232#issuecomment-2226288775

   > > So ORC C++ still segfaults when it cannot find a timezone database? I 
thought that had been fixed @wgtmac
   > 
   > It is fixed in [apache/orc#1893](https://github.com/apache/orc/pull/1893) 
by @ffacs and released with v2.0.1. This segfault was caused by reading 
`TestOrcFile.testDate1900.orc` whose schema is 
`struct<time:timestamp,date:date>`.
   
   I think that ORC C++ should not segfault for the case.
   It seems that ORC C++ throws an exception when it can't find a timezone 
database. Do we miss a `ORC_CATCH_NOT_OK()` in our adapter to catch the 
exception?
   
https://github.com/apache/arrow/blob/main/cpp/src/arrow/adapters/orc/adapter.cc
   (A backtrace for the case may help us.)


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