Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12446 )
Change subject: [client] Fix GetUnscaledDecimal backward compatiblity ...................................................................... [client] Fix GetUnscaledDecimal backward compatiblity We added the const version of GetUnscaledDecimal to the KuduPartialRow. However, that change was not backward compatible. This patch adds back the non-const version of the function and tests to ensure calling both is successful. Change-Id: I1bce3f6df6a09327a503f2793ed1317e147349c9 Reviewed-on: http://gerrit.cloudera.org:8080/12446 Reviewed-by: Adar Dembo <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/common/partial_row-test.cc M src/kudu/common/partial_row.cc M src/kudu/common/partial_row.h 3 files changed, 26 insertions(+), 1 deletion(-) Approvals: Adar Dembo: Looks good to me, approved Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/12446 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1bce3f6df6a09327a503f2793ed1317e147349c9 Gerrit-Change-Number: 12446 Gerrit-PatchSet: 3 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241)
