You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@cloudera.org> on 2016/05/18 17:08:55 UTC

[kudu-CR] Fix column index vs ID usage in partition display string

Hello Will Berkeley, Todd Lipcon,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: Fix column index vs ID usage in partition display string
......................................................................

Fix column index vs ID usage in partition display string

We were passing the Column ID into a schema method expecting an ID.

Change-Id: Ie7b925d7b7fe73102e8bc74ebf828876fd5ff8eb
---
M src/kudu/common/partition.cc
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/12/3112/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3112
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie7b925d7b7fe73102e8bc74ebf828876fd5ff8eb
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>