Mike Percy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11859 )
Change subject: (04/05) delta_store: support iteration with is_deleted virtual column ...................................................................... (04/05) delta_store: support iteration with is_deleted virtual column This patch adds support to delta stores (i.e. DMS and delta files) for iterating with an IS_DELETED virtual column. A diff scan will include IS_DELETED in the projection so that clients can tell if a row was deleted in the requested time range. Change-Id: Ibafcae9f9f82a6c2d9a8afedb8fbf07d6e3069ec Reviewed-on: http://gerrit.cloudera.org:8080/11859 Tested-by: Kudu Jenkins Reviewed-by: Mike Percy <[email protected]> --- M src/kudu/common/schema.h M src/kudu/tablet/delta_store.cc M src/kudu/tablet/delta_store.h M src/kudu/tablet/deltafile-test.cc M src/kudu/tablet/memrowset.cc M src/kudu/tablet/memrowset.h M src/kudu/tablet/tablet-test-util.h 7 files changed, 112 insertions(+), 26 deletions(-) Approvals: Kudu Jenkins: Verified Mike Percy: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/11859 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibafcae9f9f82a6c2d9a8afedb8fbf07d6e3069ec Gerrit-Change-Number: 11859 Gerrit-PatchSet: 6 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
