Todd Lipcon has posted comments on this change. Change subject: Allow to get the raw data from a KuduScanBatch ......................................................................
Patch Set 7: (3 comments) http://gerrit.cloudera.org:8080/#/c/6574/7/src/kudu/client/client-test.cc File src/kudu/client/client-test.cc: Line 371: void AssertRawDataMatches(const KuduSchema& projection_schema, mind adding a simple comment here? http://gerrit.cloudera.org:8080/#/c/6574/7/src/kudu/client/scan_batch.h File src/kudu/client/scan_batch.h: Line 130: const Slice& direct_data() const; why return Slice& instead of just Slice? usually we use pass-by-value for Slice and StringPiece I think Line 135: const Slice& indirect_data() const; same -- To view, visit http://gerrit.cloudera.org:8080/6574 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3c9ad5aa7c5f45a87827352597a404241912342f Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
