yyang52 commented on code in PR #35886:
URL: https://github.com/apache/arrow/pull/35886#discussion_r1247376553


##########
cpp/src/parquet/platform.h:
##########
@@ -24,7 +24,8 @@
 #include "arrow/io/interfaces.h"  // IWYU pragma: export
 #include "arrow/status.h"         // IWYU pragma: export
 #include "arrow/type_fwd.h"       // IWYU pragma: export
-#include "arrow/util/macros.h"    // IWYU pragma: export
+#include "arrow/util/compression.h"

Review Comment:
   If not, then it will prevent us to initialize as `CodecOptions{}`? Am I 
doing this right?
   ```
   column_writer.h:101:43: error: invalid use of incomplete type 
'parquet::CodecOptions' (aka 'arrow::util::CodecOptions')
         const CodecOptions& codec_options = CodecOptions{});
                                             ^~~~~~~~~~~~~~
   ```



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