You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Jean-Daniel Cryans (Code Review)" <ge...@cloudera.org> on 2016/05/10 17:58:29 UTC

[kudu-CR] [java client] Allow scanners to have projections with out-of-order keys

Jean-Daniel Cryans has uploaded a new change for review.

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

Change subject: [java client] Allow scanners to have projections with out-of-order keys
......................................................................

[java client] Allow scanners to have projections with out-of-order keys

This was only a limitation in the Java client. This patch fixes the issue and adds
a few tests.

Change-Id: I550cb255460bb54815d3a30eb973f8c143573e62
---
M java/kudu-client/src/main/java/org/kududb/ColumnSchema.java
M java/kudu-client/src/main/java/org/kududb/Schema.java
M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduScanner.java
M java/kudu-client/src/test/java/org/kududb/client/TestKuduTable.java
M java/kudu-client/src/test/java/org/kududb/client/TestScannerMultiTablet.java
5 files changed, 32 insertions(+), 40 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/15/3015/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3015
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I550cb255460bb54815d3a30eb973f8c143573e62
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans