Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4378 to look at the new patch set (#2). Change subject: KUDU-1604 - [python] Fix bug getting table column by index ...................................................................... KUDU-1604 - [python] Fix bug getting table column by index There is currently a bug when attempting to access a table column by its index. When attempted, the column definition returned has the index value as the column name. This patch fixes this bug so that the appropriate column name is set and returned. An existing test has been updated to account for this usage. Change-Id: If754ddb463223430c7fe3c8920e433031162562e --- M python/kudu/client.pyx M python/kudu/tests/test_client.py 2 files changed, 13 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/78/4378/2 -- To view, visit http://gerrit.cloudera.org:8080/4378 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: If754ddb463223430c7fe3c8920e433031162562e Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <jordantbirds...@gmail.com> Gerrit-Reviewer: David Ribeiro Alves <dral...@apache.org> Gerrit-Reviewer: Kudu Jenkins