David Ribeiro Alves has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2023 Reviewed-by: David Ribeiro Alves <[email protected]> Tested-by: Kudu Jenkins --- 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(-) Approvals: David Ribeiro Alves: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2023 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibd9748a00d8659d46263182284b948a27ed4a424 Gerrit-PatchSet: 6 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Wes McKinney <[email protected]>
