Todd Lipcon has submitted this change and it was merged. Change subject: [KuduScanBatch::const_iterator] a minor clean-up ......................................................................
[KuduScanBatch::const_iterator] a minor clean-up More 'standardized' signature for the prefix increment operator. Added postfix increment operator. Changed the behavior of the equality/non-equality operators: along with current row index, also check whether iterators are built upon the same batch. Added units tests to cover the modified code. Change-Id: I3eeba46e5bc45c9dd7b96abad60173381d6c3e39 Reviewed-on: http://gerrit.cloudera.org:8080/3834 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/client/client-test.cc M src/kudu/client/scan_batch.h 2 files changed, 123 insertions(+), 7 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3834 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3eeba46e5bc45c9dd7b96abad60173381d6c3e39 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
