amoeba commented on code in PR #46180: URL: https://github.com/apache/arrow/pull/46180#discussion_r2053044065
########## cpp/src/arrow/meson.build: ########## @@ -371,6 +366,9 @@ if needs_json 'dependencies': [rapidjson_dep], }, } + + arrow_util_srcs += 'ipc/json_simple.cc' Review Comment: That was a mistake on my part, sorry about that. Fixed in 6fbb2f3d059aa1fa89f9afc6e39a1b21f4021d56 though I haven't tested the actual build with the changes in this PR yet. -- 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