Mike Percy has posted comments on this change. ( http://gerrit.cloudera.org:8080/13537 )
Change subject: KUDU-2809 (5/6): add diff scan support to fuzz-itest ...................................................................... Patch Set 8: Code-Review+2 (1 comment) http://gerrit.cloudera.org:8080/#/c/13537/7/src/kudu/integration-tests/fuzz-itest.cc File src/kudu/integration-tests/fuzz-itest.cc: http://gerrit.cloudera.org:8080/#/c/13537/7/src/kudu/integration-tests/fuzz-itest.cc@615 PS7, Line 615: row_key++; > It's basically a silly way to maintain an index for expected_is_deleted whi Yeah, it's called the erase-remove idiom and it's O(n) which is good for a bulk delete on a vector. Sounds good. -- To view, visit http://gerrit.cloudera.org:8080/13537 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I3f7dae20ef1b903dba80e90d5f491e4322815fbb Gerrit-Change-Number: 13537 Gerrit-PatchSet: 8 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Will Berkeley <[email protected]> Gerrit-Comment-Date: Fri, 07 Jun 2019 22:15:08 +0000 Gerrit-HasComments: Yes
