dongjoon-hyun commented on code in PR #2301:
URL: https://github.com/apache/orc/pull/2301#discussion_r2166939401
##########
c++/src/meson.build:
##########
@@ -173,6 +173,8 @@ source_files += files(
incdir = include_directories('../include')
orc_format_proto_dep = dependency('orc_format_proto')
+# zstd requires us to add the threads
+threads_dep = dependency('threads')
Review Comment:
Good question.
BTW, FYI, we lost `Windows` test coverage recently due to the EOL of
`Windows 2019`.
- #2274
- https://lists.apache.org/thread/jtromvktcgb37vgw1po3plfxw3ws76hq
--
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]