jorisvandenbossche commented on code in PR #8510: URL: https://github.com/apache/arrow/pull/8510#discussion_r1154281153
########## cpp/src/arrow/CMakeLists.txt: ########## @@ -805,6 +806,10 @@ if(ARROW_IPC) add_arrow_test(extension_type_test) endif() +if(ARROW_JSON) + add_arrow_test(canonical_extension_test SOURCES extension/fixed_shape_tensor_test.cc) Review Comment: Does it work as well if you do `add_definitions(-DARROW_JSON)`? (to keep the names consistent) -- 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]
