WillAyd commented on code in PR #47282:
URL: https://github.com/apache/arrow/pull/47282#discussion_r2360199711


##########
cpp/src/parquet/meson.build:
##########
@@ -57,7 +57,12 @@ parquet_srcs = files(
     'xxhasher.cc',
 )
 
-thrift_dep = dependency('thrift', allow_fallback: false, required: false)
+thrift_dep = dependency(
+    'thrift',
+    allow_fallback: false,
+    method: host_machine.system() == 'windows' ? 'cmake' : 'auto',

Review Comment:
   This appears to be an upstream issue where the library names used in the 
pkg-config files do not match the library names distributed on windows. See 
https://issues.apache.org/jira/browse/THRIFT-5894



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to