kou commented on PR #35147: URL: https://github.com/apache/arrow/pull/35147#issuecomment-1531556879
I think that this is the same problem as https://github.com/apache/arrow/issues/34523 . And this is a C++ part problem not an R part problem. So I think that we can work on this as a separated pull request. `__ZN4absl12lts_2023012510FormatTimeENSt3__117basic_string_viewIcNS1_11char_traitsIcEEEENS0_4TimeENS0_8TimeZoneE` is `absl::lts_20230125::FormatTime(std::__1::basic_string_view<char, std::__1::char_traits<char> >, absl::lts_20230125::Time, absl::lts_20230125::TimeZone)`. And it's used at https://github.com/apache/arrow/blob/a3a01726b1ca195c3d26fec084c0ff19453e6866/cpp/src/arrow/filesystem/gcsfs_internal.cc#L241 . Abseil was mixed when we build C++'s `libarrow.a` not R's `arrow.so`. -- 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]
