You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/04/04 15:40:59 UTC

[GitHub] [arrow] wgtmac opened a new issue, #34888: [C++][Parquet] Writer cannot add extra key-value metadata once opened

wgtmac opened a new issue, #34888:
URL: https://github.com/apache/arrow/issues/34888

   ### Describe the enhancement requested
   
   Parquet specs support storing key-value metadata provided by the user. However, the parquet-cpp writer can only set it via `ParquetFileWriter::Open()`. Sometimes user may want to add extra information to it while writing. So it is good to support adding extra key-value metadata any time before closing the file writer.
   
   ### Component(s)
   
   C++, Parquet


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 closed issue #34888: [C++][Parquet] Writer cannot add extra key-value metadata once opened

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 closed issue #34888: [C++][Parquet] Writer cannot add extra key-value metadata once opened
URL: https://github.com/apache/arrow/issues/34888


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org