delta-rs
delta-rs copied to clipboard
Support second and millisecond precision for timestamps
Description
The delta-rs PrimitiveType timestamp types only support microsecond precision. While this is sufficient for most use cases, it would be nice to also support second and millisecond precision.
Use Case
I would like to use second/millisecond precision timestamps in my DataFusion DeltaTables.
Related Issue(s)
take
@rebasedming the lack of support for different time units is primarily driven by the Delta Protocol . As mentioned in https://github.com/delta-io/delta-rs/issues/2272 these units should be added a the protocol level first.