trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.49k stars 3.02k forks source link

Support Iceberg timestamp types with nanosecond precision: timestamp_ns, timestamptz_ns #19753

Open findepi opened 1 year ago

findepi commented 1 year ago

in https://github.com/apache/iceberg/pull/8683 Iceberg spec gained two new types which would benefit Trino users significantly, as they add nanos timestamp precision to Iceberg. https://github.com/apache/iceberg/pull/9008 adds necessary APIs to interact with these types, but likely more Iceberg changes are needed (https://github.com/apache/iceberg/issues/8657) to fully support tables with these types.

jacobmarble commented 2 months ago

@findepi FYI https://github.com/apache/iceberg/issues/8657 is complete.

findepi commented 2 months ago

cc @findinpath @alexjo2144 @cwsteinbach

ebyhr commented 3 weeks ago

@findepi Are you still going to work on this?

findepi commented 3 weeks ago

@ebyhr go for it