Jordan Birdsell has uploaded a new patch set (#2). Change subject: KUDU-1690 - [python] Enable setting of default values ......................................................................
KUDU-1690 - [python] Enable setting of default values This patch enables the python client to set default column values when adding columns to a SchemaBuilder. Some KuduValue logic needed to be decoupled from scan predicates to enable this. Existing tests were modified for this patch. Change-Id: I78008c5ca3646e0b1fdf47bbc0bc14af1b88166e --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/schema.pxd M python/kudu/schema.pyx M python/kudu/tests/common.py M python/kudu/tests/util.py 6 files changed, 84 insertions(+), 50 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/4818/2 -- To view, visit http://gerrit.cloudera.org:8080/4818 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I78008c5ca3646e0b1fdf47bbc0bc14af1b88166e Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
