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 2022/11/14 11:55:09 UTC

[GitHub] [arrow-rs] askoa commented on a diff in pull request #3103: Expose `SortingColumn` in parquet files

askoa commented on code in PR #3103:
URL: https://github.com/apache/arrow-rs/pull/3103#discussion_r1021418292


##########
parquet/src/file/metadata.rs:
##########
@@ -260,6 +261,10 @@ impl RowGroupMetaData {
         self.num_rows
     }
 
+    pub fn sorting_columns(&self) -> &Option<Vec<SortingColumnMetaData>> {
+        &self.sorting_columns
+    }

Review Comment:
   Done.



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

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