clee704 commented on code in PR #41580: URL: https://github.com/apache/arrow/pull/41580#discussion_r1618147533
########## cpp/src/parquet/column_writer.h: ########## @@ -53,6 +54,8 @@ class Encryptor; class OffsetIndexBuilder; class WriterProperties; +using KeyValueMetadata = ::arrow::KeyValueMetadata; Review Comment: We have to choose either this or include "parquet/metadata.h" for consistent use of this class, and I had reservation about including another header. -- 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]
