HuaHuaY commented on code in PR #50914:
URL: https://github.com/apache/arrow/pull/50914#discussion_r3844990682
##########
cpp/src/arrow/dataset/meson.build:
##########
@@ -172,7 +172,7 @@ foreach key, value : dataset_tests
exc = executable(
test_name,
sources: value['sources'],
- dependencies: [arrow_dataset_test_dep, val.get('dependencies', [])],
+ dependencies: [arrow_dataset_test_dep, value.get('dependencies', [])],
Review Comment:
This is a historical issue, but it wasn't exposed because rapidjson only
requires header files and doesn't need to link libraries.
--
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]