Gluten-Trino icon indicating copy to clipboard operation
Gluten-Trino copied to clipboard

Timestamp type mismatching between Trino and Velox

Open bigPYJ1151 opened this issue 1 year ago • 0 comments

For Trino:

  • ShortTimestamp (a Long member, 64 bits)
  • LongTimestamp (a Long member and an Int member, 96 bits)

For Velox: two Long members (128 bits)

Timestamp(Precision) type signature in Trino specification is not supported in Velox

Some related UTs are disabled in TypeSignatureTest.cpp

bigPYJ1151 avatar Sep 14 '23 09:09 bigPYJ1151