You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/26 17:36:10 UTC

[GitHub] [arrow] emkornfield commented on a change in pull request #8040: ARROW-9824: [C++] Export file_offset in RowGroupMetaData

emkornfield commented on a change in pull request #8040:
URL: https://github.com/apache/arrow/pull/8040#discussion_r477472781



##########
File path: cpp/src/parquet/metadata.h
##########
@@ -210,6 +210,12 @@ class PARQUET_EXPORT RowGroupMetaData {
 
   /// \brief Total byte size of all the uncompressed column data in this row group.
   int64_t total_byte_size() const;
+
+  // The file_offset field that this method exposes is optional. This method

Review comment:
       Please move this below \brief with a new line and use triple slash '///'




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

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