Abhishek Chennaka has uploaded this change for review. ( 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 --- M src/kudu/client/schema.cc M src/kudu/client/schema.h M src/kudu/common/partial_row.cc M src/kudu/common/partial_row.h M src/kudu/tools/tool_action_table.cc 5 files changed, 21 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/67/19267/1 -- 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: newchange Gerrit-Change-Id: I36da282f8f103d642256ea6aaadd1d052ab2f234 Gerrit-Change-Number: 19267 Gerrit-PatchSet: 1 Gerrit-Owner: Abhishek Chennaka <[email protected]>
