kou commented on code in PR #34616: URL: https://github.com/apache/arrow/pull/34616#discussion_r1251354690
########## cpp/src/arrow/dataset/file_parquet.h: ########## @@ -28,6 +28,8 @@ #include "arrow/dataset/discovery.h" #include "arrow/dataset/file_base.h" +#include "arrow/dataset/parquet_encryption_config.h" + #include "arrow/dataset/type_fwd.h" #include "arrow/dataset/visibility.h" #include "arrow/io/caching.h" Review Comment: I also checked this. We don't need to include `arrow/util/config.h` explicitly because `arrow/util/config.h` is included in implicitly. (`arrow/dataset/file_base.h` -> `arrow/dataset/dataset.h` -> `arrow/util/future.h` -> `arrow/util/config.h`) -- 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]
