Alexey Serbin has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/18964 )
Change subject: [cfile] style-guide updates on cfile_reader.{h,cc}
......................................................................
[cfile] style-guide updates on cfile_reader.{h,cc}
I was looking into the code of the CFileReader::ReadBlock() method while
investigating one compaction issue and took the liberty to update the
code in the corresponding files, making it compliant with the project's
style guide. A follow-up patch makes the code in cfile_reader.{h,cc}
more robust.
There are no functional changes in this patch.
Change-Id: Ib0e900271e7127ea8bbc2c949761f5339740c121
Reviewed-on: http://gerrit.cloudera.org:8080/18964
Reviewed-by: Yingchun Lai <[email protected]>
Tested-by: Alexey Serbin <[email protected]>
---
M src/kudu/cfile/cfile_reader.cc
M src/kudu/cfile/cfile_reader.h
2 files changed, 78 insertions(+), 84 deletions(-)
Approvals:
Yingchun Lai: Looks good to me, approved
Alexey Serbin: Verified
--
To view, visit http://gerrit.cloudera.org:8080/18964
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib0e900271e7127ea8bbc2c949761f5339740c121
Gerrit-Change-Number: 18964
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yifan Zhang <[email protected]>
Gerrit-Reviewer: Yingchun Lai <[email protected]>