pitrou commented on code in PR #45411: URL: https://github.com/apache/arrow/pull/45411#discussion_r1948775896
########## docs/source/cpp/parquet.rst: ########## @@ -585,6 +585,82 @@ More specifically, Parquet C++ supports: * EncryptionWithFooterKey and EncryptionWithColumnKey modes. * Encrypted Footer and Plaintext Footer modes. +Configuration +~~~~~~~~~~~~~ + +An example for writing a dataset using encrypted Parquet file format: + +.. code-block:: cpp Review Comment: Update: it seems we use `literalinclude` directives from C++ example files that are compiled as part of CI runs. See for example https://github.com/apache/arrow/blob/main/docs/source/cpp/dataset.rst#reading-datasets -- 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]
