Type support for Millisecond precision timestamp in delta lake kernel #3662
-
Currently delta kernel only supports Microsecond precision timestamp, are there any plans to support Millisecond precision datatype? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This has long been a question of folks and unfortunately we can only support data types that are defined in the delta spec (which is also why there is no unsigned ...). There is some hope though. Iceberg I think in v3 also supports ns timestamps, which makes it far more likely that delta will adopt this in the protocol ... |
Beta Was this translation helpful? Give feedback.
This has long been a question of folks and unfortunately we can only support data types that are defined in the delta spec (which is also why there is no unsigned ...).
There is some hope though. Iceberg I think in v3 also supports ns timestamps, which makes it far more likely that delta will adopt this in the protocol ...