Reranko05 commented on code in PR #50781:
URL: https://github.com/apache/arrow/pull/50781#discussion_r3718478887


##########
cpp/src/parquet/meson.build:
##########
@@ -88,7 +88,7 @@ if not thrift_dep.found()
     thrift_dep = thrift_proj.dependency('thrift')
 endif
 
-parquet_deps = [arrow_dep, rapidjson_dep, thrift_dep]
+parquet_deps = [arrow_dep, thrift_dep]

Review Comment:
   I'm not sure. I removed `rapidjson_dep` because Parquet no longer uses 
RapidJSON, but I didn't add `simdjson_dep` since the build succeeds without it. 
Is there a specific reason it should be added here?



-- 
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]

Reply via email to