@@ -82,7 +82,7 @@ func getApacheCassandraType(class string) Type {
return TypeFloat
case "Int32Type":
return TypeInt
- case "DateType":
+ case "DateType", "TimestampType":
return TypeTimestamp
case "UUIDType":
return TypeUUID
@@ -659,6 +659,7 @@ var typeLookupTest = []struct {
{"FloatType", TypeFloat},
{"Int32Type", TypeInt},
{"DateType", TypeTimestamp},
+ {"TimestampType", TypeTimestamp},
{"UUIDType", TypeUUID},
{"UTF8Type", TypeVarchar},
{"IntegerType", TypeVarint},