Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19267 )
Change subject: KUDU-1945 [client] Add UINT64 support to cpp client ...................................................................... KUDU-1945 [client] Add UINT64 support to cpp client This patch adds cpp client support to UINT64 data type. Although it is exposed to the end user by the name SERIAL. This is because this data type is primarily expected to store auto-incrementing column data type. Change-Id: I36da282f8f103d642256ea6aaadd1d052ab2f234 Reviewed-on: http://gerrit.cloudera.org:8080/19267 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/client/schema.cc M src/kudu/client/schema.h M src/kudu/common/partial_row-test.cc M src/kudu/common/partial_row.cc M src/kudu/common/partial_row.h M src/kudu/tools/tool_action_table.cc 6 files changed, 79 insertions(+), 27 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19267 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I36da282f8f103d642256ea6aaadd1d052ab2f234 Gerrit-Change-Number: 19267 Gerrit-PatchSet: 4 Gerrit-Owner: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
