You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Yingchun Lai (Code Review)" <ge...@cloudera.org> on 2022/07/14 01:00:12 UTC

[kudu-CR] [refactor] Fix some lint and tidy errors

Hello Alexey Serbin, Yifan Zhang, Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18724

to look at the new patch set (#2).

Change subject: [refactor] Fix some lint and tidy errors
......................................................................

[refactor] Fix some lint and tidy errors

This patch has no functional changes, it fixes some lint and
tidy errors, it's the first step to implement immutable column
feature, aiming to reduce the diff code when we review that
patch in https://gerrit.cloudera.org/c/18241/.

Change-Id: I89b0f3b9ace02f380ce1193bc1facf2aaf135096
---
M src/kudu/client/write_op.h
M src/kudu/common/row.h
M src/kudu/common/row_changelist.cc
M src/kudu/common/row_changelist.h
M src/kudu/common/schema-test.cc
M src/kudu/tablet/delta_applier.cc
M src/kudu/tablet/delta_applier.h
M src/kudu/tablet/delta_iterator_merger.cc
M src/kudu/tablet/delta_iterator_merger.h
M src/kudu/tablet/delta_store.h
M src/kudu/tablet/deltafile.cc
M src/kudu/tablet/deltafile.h
M src/kudu/tablet/deltamemstore-test.cc
M src/kudu/tablet/deltamemstore.cc
M src/kudu/tablet/deltamemstore.h
M src/kudu/tablet/ops/op.h
M src/kudu/tablet/rowset.cc
M src/kudu/tablet/rowset.h
M src/kudu/tablet/tablet-decoder-eval-test.cc
M src/kudu/tablet/tablet.cc
20 files changed, 78 insertions(+), 89 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/18724/2
-- 
To view, visit http://gerrit.cloudera.org:8080/18724
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I89b0f3b9ace02f380ce1193bc1facf2aaf135096
Gerrit-Change-Number: 18724
Gerrit-PatchSet: 2
Gerrit-Owner: Yingchun Lai <ac...@gmail.com>
Gerrit-Reviewer: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yifan Zhang <ch...@163.com>
Gerrit-Reviewer: Yingchun Lai <ac...@gmail.com>