rok commented on code in PR #50990:
URL: https://github.com/apache/arrow/pull/50990#discussion_r3873199864


##########
cpp/src/arrow/util/CMakeLists.txt:
##########
@@ -87,6 +87,14 @@ add_arrow_test(utility-test
                EXTRA_LINK_LIBS
                ${ARROW_UTILITY_TEST_LINK_LIBS})
 
+if(ARROW_WITH_SIMDJSON)
+  add_arrow_test(json-writer-internal-test
+                 SOURCES
+                 json_writer_internal_test.cc
+                 EXTRA_LINK_LIBS
+                 simdjson::simdjson)

Review Comment:
   Should we use `arrow::simdjson` here instead? Both should work, but arrow 
alieas would hide the vendored/system simdjson.



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