Hello Kudu Jenkins,

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

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

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

Change subject: WIP: KUDU-1713: add a client Partitioner API
......................................................................

WIP: KUDU-1713: add a client Partitioner API

This adds an API which a client can use to determine which partition a
row falls into without actually writing that row. This is intended to be
used by Impala when writing into Kudu: Impala can pre-shuffle and
pre-sort the data being written so as to present a more efficient write
pattern to the Kudu tablets.

WIP because we should wait for Impala to try this API out before
committing to it.

Change-Id: Ic08a078c75f15ef4200219b5260cfb99d79b72cc
---
M src/kudu/client/CMakeLists.txt
M src/kudu/client/client-test.cc
M src/kudu/client/client.cc
M src/kudu/client/client.h
A src/kudu/client/partitioner-internal.cc
A src/kudu/client/partitioner-internal.h
6 files changed, 372 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/75/5775/2
-- 
To view, visit http://gerrit.cloudera.org:8080/5775
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic08a078c75f15ef4200219b5260cfb99d79b72cc
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Matthew Jacobs <m...@cloudera.com>
Gerrit-Reviewer: Tidy Bot

Reply via email to