Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map Cassandra TIMESTAMP to Presto TIMESTAMP_WITH_TIME_ZONE in new timestamp semantics #2269

Closed
findepi opened this issue Dec 13, 2019 · 1 comment · Fixed by #4772
Closed
Assignees

Comments

@findepi
Copy link
Member

findepi commented Dec 13, 2019

Cassandra TIMESTAMP is a point in time, so in new (non-legacy) timestamp
semantics mode it should be mapped to TIMESTAMP_WITH_TIME_ZONE
Presto.

cc @ebyhr

@findepi
Copy link
Member Author

findepi commented Dec 14, 2019

Or, maybe, we map to TIMESTAMP_WITH_TIME_ZONE always, regardless of timestamp semantics mode -- this would mean we pay the debt now, not when finally switching default timestamp semantics.

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

Successfully merging a pull request may close this issue.

2 participants