[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14651
Change subject: [cfile] not_null -> is_null ...................................................................... [cfile] not_null -> is_null In a bitmap, we use `true` to represent `null`. So when we iterate over a bitmap, if it returns `true`, its meaning is "it is a null" In the original implementation, it was incorrectly named `not_null` Change-Id: I836ebce2eae6f8df18ec256b000fee23fd62ce3e --- M src/kudu/cfile/cfile_writer.cc M src/kudu/cfile/cfile_writer.h 2 files changed, 11 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/51/14651/1 -- To view, visit http://gerrit.cloudera.org:8080/14651 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I836ebce2eae6f8df18ec256b000fee23fd62ce3e Gerrit-Change-Number: 14651 Gerrit-PatchSet: 1 Gerrit-Owner: Anonymous Coward <[email protected]>
