rok commented on code in PR #50990: URL: https://github.com/apache/arrow/pull/50990#discussion_r3880907877
########## cpp/src/parquet/encryption/local_wrap_kms_client.cc: ########## @@ -17,8 +17,8 @@ #include <string_view> -#include "arrow/json/json_writer_internal.h" #include "arrow/json/object_parser.h" +#include "arrow/util/json_writer_internal.h" #include "arrow/util/secure_string.h" Review Comment: Now if ARROW_WITH_SIMDJSON is enabled `json/object_parser.cc` will be included. ARROW_PARQUET enables ARROW_WITH_SIMDJSON, so this should now be handled. Previously it required ARROW_JSON. -- 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]
