Todd Lipcon has submitted this change and it was merged. Change subject: Fix a minor code issue in tablet.cc ......................................................................
Fix a minor code issue in tablet.cc When looked through the code, this line confused me: ops.reserve(ops.size()); After looking carefully I think it should be row_ops. Change-Id: Ida5840b0dc0851c64453035fb7856dfde15d88c4 Reviewed-on: http://gerrit.cloudera.org:8080/2324 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/tablet/tablet.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2324 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ida5840b0dc0851c64453035fb7856dfde15d88c4 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Binglin Chang <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
