rok commented on code in PR #48601:
URL: https://github.com/apache/arrow/pull/48601#discussion_r2688249666
##########
cpp/src/arrow/config.h:
##########
@@ -64,13 +64,6 @@ struct RuntimeInfo {
/// The SIMD level available on the OS and CPU
std::string detected_simd_level;
-
- /// Whether using the OS-based timezone database
- /// This is set at compile-time.
- bool using_os_timezone_db;
-
- /// The path to the timezone database; by default None.
- std::optional<std::string> timezone_db_path;
Review Comment:
Interesting, thanks for checking! I've removed the loading of tz data from R
and we now get a [tzdb error on
windows](https://github.com/apache/arrow/actions/runs/20972053749/job/60278388460?pr=48601#step:10:24565).
I think it's worth to wait for the [CI
bump](https://github.com/apache/arrow/issues/48830).
--
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]