sdf-labs / sql-functions

12 stars 0 forks source link

Switch to a more accurate implementation of from_unixtime #59

Closed vgapeyev closed 4 days ago

vgapeyev commented 5 days ago

The datafusion implementation that we linked to previously returned second-precision timestamps, while our signature for the Trino function promised millisecond precision.

The implementation is on top of PR #58, since it uses a convenience introduced there.