nealrichardson commented on code in PR #13404:
URL: https://github.com/apache/arrow/pull/13404#discussion_r901794205
##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -2690,15 +2690,16 @@ macro(resolve_dependency_absl)
stacktrace
status
statusor
- strerror
str_format_internal
+ strerror
strings
strings_internal
symbolize
synchronization
throw_delegate
time
- time_zone)
+ time_zone
+ wyhash)
Review Comment:
Most of the cmake changes here seem to just be differences in sorting (due
to my locale?), but the omission of `wyhash` seems to be legitimately new.
--
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]