-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
support int64 UNIX timestamps with a particular resolution.
Parquet supports timestamp millis and micros (no nanos)
https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#datetime-types
currently Arrow timestamps have a timezone field.
https://github.com/apache/arrow/blob/master/format/Message.fbs#L67
proposal to change timestamp as follows:
- remove "timestamp" field and say it's UTC
- add unit field (MICROS | MILLIS)
Reporter: Julien Le Dem / @julienledem
Assignee: Julien Le Dem / @julienledem
Related issues:
- Arrow release 0.1 (blocks)
- [Format] Add time zone metadata to Timestamp type (relates to)
PRs and other links:
Note: This issue was originally created as ARROW-315. Please see the migration documentation for further details.