Jean-Daniel Cryans has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/4818 Reviewed-by: Jean-Daniel Cryans <[email protected]> Tested-by: Kudu Jenkins --- 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, 87 insertions(+), 50 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4818 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I78008c5ca3646e0b1fdf47bbc0bc14af1b88166e Gerrit-PatchSet: 8 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
