Jordan Birdsell has uploaded a new change for review. http://gerrit.cloudera.org:8080/4344
Change subject: KUDU-854 - [python] Expose additional scanner projection methods ...................................................................... KUDU-854 - [python] Expose additional scanner projection methods Kudu's python client does not currently expose all Scanner projection methods. This patch adds the bindings for the SetProjectedColumnIndexes and GetProjectionSchema methods of the KuduScanner class. The patch includes a unit test to validate the column index projection method and to ensure that the GetProjectionSchema method returns a result. Change-Id: I8284af0841d681d1d7c704e1f57edc90c9f5ed6a --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_scanner.py 3 files changed, 62 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/44/4344/1 -- To view, visit http://gerrit.cloudera.org:8080/4344 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8284af0841d681d1d7c704e1f57edc90c9f5ed6a Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]>
