Skip to content

Finalize timestamp type #15760

@asfimport

Description

@asfimport

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:

PRs and other links:

Note: This issue was originally created as ARROW-315. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions