EnricoMi commented on PR #45411: URL: https://github.com/apache/arrow/pull/45411#issuecomment-2732298170
Thanks for the comments. > Instead of including the full example at the end though, could we link to it? Something like this should work: > > ``` > See the full example in the `parquet_column_encryption file <../../cpp/examples/arrow/parquet_column_encryption.cc>`_. > ``` I think this won't work. Firstly, the source code files will not be included in the docs. So the path `../../cpp` will be broken. Other examples are referenced via an html file: http://crossbow.voltrondata.com/pr_docs/45411/cpp/examples/compute_and_write_example.html A better example html file is this, as it includes the entire file: http://crossbow.voltrondata.com/pr_docs/45411/cpp/examples/row_columnar_conversion.html That might be a compromise to including it in the user guide page. -- 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]
