Volodymyr Verovkin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14427
Change subject: Add a DATE type backed by INT32 (Part 1, C++ client) ...................................................................... Add a DATE type backed by INT32 (Part 1, C++ client) This adds a new DATE type, represented by an INT32 and that should store the number of days from the Unix epoch, January 1, 1970. Change-Id: I1d803b6eb573a0b36c99c5a2012f12319a548986 --- M src/kudu/client/client-unittest.cc M src/kudu/client/predicate-test.cc M src/kudu/client/scan_batch.cc M src/kudu/client/scan_batch.h M src/kudu/client/schema.cc M src/kudu/client/schema.h M src/kudu/client/value.cc M src/kudu/common/common.proto M src/kudu/common/key_util.cc M src/kudu/common/partial_row.cc M src/kudu/common/partial_row.h M src/kudu/common/partition.cc M src/kudu/common/row.h M src/kudu/common/types.cc M src/kudu/common/types.h M src/kudu/hms/hms_catalog-test.cc M src/kudu/hms/hms_catalog.cc M src/kudu/integration-tests/all_types-itest.cc M src/kudu/integration-tests/hms_itest-base.cc M src/kudu/tools/data_gen_util.cc M src/kudu/tools/kudu-admin-test.cc M src/kudu/tools/tool_action_perf.cc M src/kudu/tools/tool_action_table.cc 23 files changed, 156 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/14427/1 -- To view, visit http://gerrit.cloudera.org:8080/14427 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1d803b6eb573a0b36c99c5a2012f12319a548986 Gerrit-Change-Number: 14427 Gerrit-PatchSet: 1 Gerrit-Owner: Volodymyr Verovkin <[email protected]>
