diff --git a/src/kudu/common/types.h b/src/kudu/common/types.h index 9bed955d9c..46f045280d 100644 --- a/src/kudu/common/types.h +++ b/src/kudu/common/types.h @@ -424,7 +424,7 @@ struct DataTypeTraits : public DerivedTypeTraits{ static const int US_TO_S = 1000L * 1000L; static const char* name() { - return "timestamp"; + return "unixtime_micros"; } static void AppendDebugStringForValue(const void* val, string* str) {