Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/13643 )
Change subject: [java] Add unit tests demonstrating good behavior of scan tokens when range partitions are dropped ...................................................................... [java] Add unit tests demonstrating good behavior of scan tokens when range partitions are dropped It turns out that scan tokens in the Java client behave nicely with respect to dropping range partitions- one can drop a range partition anytime after creating the tokens and the tokens can still be used. There is a case where some tablets in the dropped partition will still return rows, while others don't, but that can be looked at as a manifestation of the fact that tablet alters aren't linearizable in Kudu (yet?). Change-Id: Ib25ea2b62321934313c9c8852f0bc00b28bf7f2b Reviewed-on: http://gerrit.cloudera.org:8080/13565 Reviewed-by: Adar Dembo <[email protected]> Reviewed-by: Grant Henke <[email protected]> Tested-by: Kudu Jenkins (cherry picked from commit c4308869580c6cb8b57a809395883a0b2614f883) Reviewed-on: http://gerrit.cloudera.org:8080/13643 Reviewed-by: Will Berkeley <[email protected]> --- M java/kudu-client/src/test/java/org/apache/kudu/client/TestScanToken.java 1 file changed, 67 insertions(+), 1 deletion(-) Approvals: Will Berkeley: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/13643 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.10.x Gerrit-MessageType: merged Gerrit-Change-Id: Ib25ea2b62321934313c9c8852f0bc00b28bf7f2b Gerrit-Change-Number: 13643 Gerrit-PatchSet: 3 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Will Berkeley <[email protected]>
