Todd Lipcon has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8749 )
Change subject: KUDU-2232. java: Remove deprecated call from KuduTable ...................................................................... KUDU-2232. java: Remove deprecated call from KuduTable KuduTable.getFormattedRangePartitions(long deadline) called KuduTable.getTabletsLocations(long deadline) which is deprecated. Change-Id: I8c54d0483241166675c65a8002464d4bd9604a4f Reviewed-on: http://gerrit.cloudera.org:8080/8749 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M java/kudu-client/src/main/java/org/apache/kudu/client/KuduTable.java 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/8749 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8c54d0483241166675c65a8002464d4bd9604a4f Gerrit-Change-Number: 8749 Gerrit-PatchSet: 6 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
