Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22957 )
Change subject: [common] InitNullsBitmap --> InitNonNullBitmap ...................................................................... [common] InitNullsBitmap --> InitNonNullBitmap This patch renames ContiguousRowHelper::InitNullsBitmap() into ContiguousRowHelper::InitNonNullBitmap() to match the semantics of the corresponding data. I also took the liberty of updating the related code to comply with the current style guide. This is a follow-up to [1] and [2]. This patch doesn't contain any functional modifications. [1] https://github.com/apache/kudu/commit/ffef96b26 [2] https://github.com/apache/kudu/commit/9ae2421ae Change-Id: I104d6e45a8cacf0e04ca1a0918b216d44b5009d1 Reviewed-on: http://gerrit.cloudera.org:8080/22957 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> --- M src/kudu/common/partial_row.cc M src/kudu/common/row.h M src/kudu/tablet/memrowset.cc 3 files changed, 10 insertions(+), 12 deletions(-) Approvals: Alexey Serbin: Verified Yifan Zhang: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/22957 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I104d6e45a8cacf0e04ca1a0918b216d44b5009d1 Gerrit-Change-Number: 22957 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]>
