Uh oh!
There was an error while loading. Please reload this page.
ARROW-17693: [C++] Remove string_view backport - #14177
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
9845b80 to
c9a2044Compare
This comment was marked as outdated.
This comment was marked as outdated.
c9a2044 to
9f63712Compare
This comment was marked as outdated.
This comment was marked as outdated.
9f63712 to
3fbeb9aCompare62bbdcf to
f92c450Compare
This comment was marked as outdated.
This comment was marked as outdated.
| set(GTEST_CMAKE_ARGS | ||
| ${EP_COMMON_TOOLCHAIN} | ||
| ${EP_COMMON_CMAKE_ARGS} |
There was a problem hiding this comment.
This is so that CMAKE_CXX_STANDARD is propagated to the GTest build.
pitrou
commented
Sep 20, 2022
Revision: c7e43c9 Submitted crossbow builds: ursacomputing/crossbow @ string-view-5 |
| ARROW_WITH_ZSTD: ON | ||
| # System Abseil installed by Homebrew uses C++ 17 | ||
| CMAKE_CXX_STANDARD: 17 | ||
| GTest_SOURCE: BUNDLED |
There was a problem hiding this comment.
Why do we need this? Do we need newer GTest for std::string_view? If so, how about updating required GTest version too? https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L2078
There was a problem hiding this comment.
The GTest version does not need to be new, but GTest needs to be compiled in C++17 mode otherwise some test helpers are needed (such as equality between string_views).
pitrou
commented
Sep 21, 2022
Ok, all CI failures are unrelated, I'll merge. |
ursabot
commented
Sep 21, 2022
Benchmark runs are scheduled for baseline = afd3c40 and contender = 91ee6da. 91ee6da is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
No description provided.