David Ribeiro Alves has posted comments on this change. Change subject: [python] - Allow to set projected columns on the python scanner ......................................................................
Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/2023/3/python/kudu/client.pyx File python/kudu/client.pyx: Line 1011: v_names.push_back(name) > This will fail on Python 3. You need tobytes here (see other places where v Done -- To view, visit http://gerrit.cloudera.org:8080/2023 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibd9748a00d8659d46263182284b948a27ed4a424 Gerrit-PatchSet: 3 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]> Gerrit-HasComments: Yes
