thisisnic commented on code in PR #35055: URL: https://github.com/apache/arrow/pull/35055#discussion_r1200097180
########## cpp/src/arrow/dataset/api.h: ########## @@ -36,4 +36,7 @@ #ifdef ARROW_PARQUET #include "arrow/dataset/file_parquet.h" #endif +#ifdef ARROW_JSON +#include "arrow/dataset/file_json.h" +#endif Review Comment: Ah, must have crept in when I rebased, good catch! -- 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]
