You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Jordan Birdsell (Code Review)" <ge...@cloudera.org> on 2016/11/01 01:55:29 UTC

[kudu-CR] KUDU-1690 - [python] Enable setting of default values

Hello Will Berkeley, Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/4818

to look at the new patch set (#5).

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, 87 insertions(+), 50 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/4818/5
-- 
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: 5
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jordan Birdsell <jo...@gmail.com>
Gerrit-Reviewer: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>