Jean-Daniel Cryans has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/3015 Reviewed-by: Adar Dembo <[email protected]> Reviewed-by: Dan Burkert <[email protected]> Tested-by: Jean-Daniel Cryans --- 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 4 files changed, 30 insertions(+), 27 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Jean-Daniel Cryans: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3015 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I550cb255460bb54815d3a30eb973f8c143573e62 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jean-Daniel Cryans Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Todd Lipcon <[email protected]>
