segmentio / go-athena

Golang database/sql driver for AWS Athena
MIT License
124 stars 64 forks source link

Accommodate 'timestamp with time zone' Athena column type #16

Closed eculver closed 5 years ago

eculver commented 6 years ago

Was seeing this when trying to read timestamp columns that include time zones:

unknown type `timestamp with time zone` with value 2018-10-16 00:03:00.000 UTC
tejasmanohar commented 6 years ago

Thanks. If you add this column to the big table in tests, I will merge. It should be simple

tejasmanohar commented 6 years ago

That seems to be the hardest part to get PRs over the line. Found another branch floating around with this fix :P https://github.com/segmentio/go-athena/commit/96705de922d2e3533db0f755d5d83023270f51bd

tejasmanohar commented 5 years ago

Closing due to inactivity