You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Yuqi Du (Code Review)" <ge...@cloudera.org> on 2022/02/15 12:03:28 UTC

[kudu-CR] [common] fix a bug in Schema::Reset(cols, ...)

Hello Alexey Serbin, Yingchun Lai, Kudu Jenkins, 

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

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

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

Change subject: [common] fix a bug in Schema::Reset(cols, ...)
......................................................................

[common] fix a bug in Schema::Reset(cols, ...)

Prior to this patch, Schema::col_offsets_ was not cleared
upon calling Schema::Reset(). This patch addresses the issue.

A new test scenario is added to cover the corresponding regressions in future.

Change-Id: I7a197638cbfb568d5df605ed88f0bb95926ac722
---
M src/kudu/common/schema-test.cc
M src/kudu/common/schema.cc
2 files changed, 13 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/13/18213/8
-- 
To view, visit http://gerrit.cloudera.org:8080/18213
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7a197638cbfb568d5df605ed88f0bb95926ac722
Gerrit-Change-Number: 18213
Gerrit-PatchSet: 8
Gerrit-Owner: Yuqi Du <sh...@gmail.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yingchun Lai <ac...@gmail.com>
Gerrit-Reviewer: Yuqi Du <sh...@gmail.com>