David Ribeiro Alves has uploaded a new change for review. http://gerrit.cloudera.org:8080/5819
Change subject: WIP: Add a new TIMESTAMP type ...................................................................... WIP: Add a new TIMESTAMP type This adds a new timestamp type that matches Impala's. The new type can be used as a key and has all the facilities of the other types except on-disk encodings. This might still need some cleanup but should mostly be gtg. Change-Id: I63271adf6b87f048e30bf2d6d04c758884752afc --- M src/kudu/cfile/type_encodings.cc M src/kudu/client/scan_batch.cc M src/kudu/client/scan_batch.h M src/kudu/client/scanner-internal.cc M src/kudu/client/schema.cc M src/kudu/client/schema.h M src/kudu/client/value-internal.h M src/kudu/client/value.cc M src/kudu/client/value.h M src/kudu/common/common.proto M src/kudu/common/encoded_key-test.cc M src/kudu/common/key_encoder.cc M src/kudu/common/key_encoder.h M src/kudu/common/key_util-test.cc 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/types.cc M src/kudu/common/types.h M src/kudu/integration-tests/all_types-itest.cc M src/kudu/util/CMakeLists.txt A src/kudu/util/timestamp_value-test.cc A src/kudu/util/timestamp_value.cc A src/kudu/util/timestamp_value.h 25 files changed, 843 insertions(+), 9 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/5819/1 -- To view, visit http://gerrit.cloudera.org:8080/5819 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I63271adf6b87f048e30bf2d6d04c758884752afc Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]>
