kshitij12345 commented on code in PR #13234: URL: https://github.com/apache/arrow/pull/13234#discussion_r882390054
########## cpp/src/parquet/metadata.cc: ########## @@ -664,6 +664,34 @@ class FileMetaData::FileMetaDataImpl { } } + void AppendRowGroups(const std::vector<std::shared_ptr<FileMetaData>>& others) { + // Figure out the total num_groups and reserve vector accordinly. Review Comment: accordinly -> accordingly -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org