HomeSoftware Heritage

Encode TimestampWithTimezone as (timestamp, offset, raw_offset_bytes) in ORC…

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Encode TimestampWithTimezone as (timestamp, offset, raw_offset_bytes) in ORC file

ie. use the standard ORC Timestamp format (aka a couple
(seconds, nanoseconds)) with 2 extra fields for the offset.

The offset is stored as an integer (in minutes), but the raw offset
value is also present as a binary string representation, following
recent evolutions of swh-model.

This makes swh-dataset compatible with swh-model 5.

Details

Provenance
douarddaAuthored on Mar 18 2022, 11:46 AM
douarddaPushed on Mar 29 2022, 3:20 PM
Differential Revision
D7379: Encode TimestampWithTimezone as (sec, usec, offset) in ORC file
Build Status
Buildable 27919
Build 43718: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.