Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/12446 )
Change subject: [client] Fix GetUnscaledDecimal backward compatiblity ...................................................................... Patch Set 1: Code-Review+1 (2 comments) http://gerrit.cloudera.org:8080/#/c/12446/1//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/12446/1//COMMIT_MSG@10 PS1, Line 10: KuduPartialRow > That was never an issue. ok, let's address that when it becomes an issue (if ever) http://gerrit.cloudera.org:8080/#/c/12446/1/src/kudu/common/partial_row.h File src/kudu/common/partial_row.h: http://gerrit.cloudera.org:8080/#/c/12446/1/src/kudu/common/partial_row.h@365 PS1, Line 365: Status GetUnscaledDecimal(const Slice& col_name, int128_t* val) WARN_UNUSED_RESULT > I was worried about adding this given users don't have a lot of control ove That's a valid point, indeed. That's true that user is not in control of what version is used by the compiler. Do you think it's worth adding a deprecation note in the documentation at all? Or we are not going to make this method obsolete even in major version upgrade? -- 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: comment Gerrit-Change-Id: I1bce3f6df6a09327a503f2793ed1317e147349c9 Gerrit-Change-Number: 12446 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[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) Gerrit-Comment-Date: Tue, 12 Feb 2019 00:51:26 +0000 Gerrit-HasComments: Yes
