Grant Henke has uploaded this change for review. ( 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 --- 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, 23 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/46/12446/1 -- 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: newchange Gerrit-Change-Id: I1bce3f6df6a09327a503f2793ed1317e147349c9 Gerrit-Change-Number: 12446 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
