Dan Burkert has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/3112 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Will Berkeley <[email protected]> --- M src/kudu/common/partition.cc 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Will Berkeley: Looks good to me, but someone else must approve Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3112 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie7b925d7b7fe73102e8bc74ebf828876fd5ff8eb Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
