Skip to content

Fix Timestamp to align with ORC spec #26

Open
@Jefffrey

Description

@Jefffrey

ORC timestamp type is not straightforward, as though it apparently represents a timestamp without a timezone, its encoding & decoding is still dependent on the writer timezone (encoded in the stripe) and the reader timezone.

This is why the 1900 & 2038 integration tests are currently disabled as our implementation is incorrect:

https://github.com/datafusion-contrib/datafusion-orc/blob/3369b5d7bb110dafde64288416c86bc8c996e465/tests/integration/main.rs#L155-L165

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestmediumMedium priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions