rok commented on code in PR #48601:
URL: https://github.com/apache/arrow/pull/48601#discussion_r2669448630
##########
cpp/src/arrow/config.cc:
##########
@@ -77,15 +75,11 @@ RuntimeInfo GetRuntimeInfo() {
MakeSimdLevelString([&](int64_t flags) { return
cpu_info->IsSupported(flags); });
info.detected_simd_level =
MakeSimdLevelString([&](int64_t flags) { return
cpu_info->IsDetected(flags); });
- info.using_os_timezone_db = USE_OS_TZDB;
-#if !USE_OS_TZDB
- info.timezone_db_path = timezone_db_path;
-#else
- info.timezone_db_path = std::optional<std::string>();
-#endif
return info;
}
+// TODO(GH-48743): Remove when RTools upgrades to GCC with std::chrono
timezone support
Review Comment:
```suggestion
// TODO(GH-48743): Remove when RTools upgrades to libstdc++ with std::chrono
timezone support
```
--
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]