Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Timestamp type mismatching between Trino and Velox #36

Open
bigPYJ1151 opened this issue Sep 14, 2023 · 0 comments
Open

Timestamp type mismatching between Trino and Velox #36

bigPYJ1151 opened this issue Sep 14, 2023 · 0 comments

Comments

@bigPYJ1151
Copy link
Collaborator

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant