Lars Volker has posted comments on this change. Change subject: IMPALA-4640: Fix number of rows displayed by parquet-reader tool ......................................................................
Patch Set 1: (3 comments) Thanks for the review, please see PS2. http://gerrit.cloudera.org:8080/#/c/5453/1/be/src/util/parquet-reader.cc File be/src/util/parquet-reader.cc: PS1, Line 153: const uint8_t* page) { > This can be moved to the line above. Done, thanks for catching this. Line 255: vector<int> column_rows; > A little confusing, maybe 'column_num_rows'? Done, renamed column_sizes to make it more clear, too. Line 299: assert(column_rows[0] == column_rows[c]); > Add a comment, eg. "Check that all cols have the same number of rows" Done -- To view, visit http://gerrit.cloudera.org:8080/5453 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I281a784a0aa2df4ed1852dfb864587a0c1aa4d9a Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-HasComments: Yes
