David Ribeiro Alves has uploaded a new patch set (#2). Change subject: [python] - Allow to set projected columns on the python scanner ......................................................................
[python] - Allow to set projected columns on the python scanner Currently the python scanner can only scan the whole table, which is not ideal, since Kudu is a column store. This makes it so that it is possible to set projected columns on the python scanner. Change-Id: Ibd9748a00d8659d46263182284b948a27ed4a424 --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_scanner.py 3 files changed, 28 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/23/2023/2 -- To view, visit http://gerrit.cloudera.org:8080/2023 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ibd9748a00d8659d46263182284b948a27ed4a424 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
