Alexey Serbin has uploaded this change for review. ( 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 --- 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(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/22957/1 -- 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: newchange Gerrit-Change-Id: I104d6e45a8cacf0e04ca1a0918b216d44b5009d1 Gerrit-Change-Number: 22957 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
