Skip to content

Virtual chunk staleness check should be opt-out, not opt-in #436

@TomNicholas

Description

@TomNicholas

The last_updated_at argument to .to_icechunk() is optional, with the default being not to set any checksum in icechunk. This means that when reading virtual chunks from the icechunk store checking that the chunks are not stale is currently opt-in.

It should be opt-out instead, as this is much safer, and there is arguably not a lot of reason to even turn this feature off. It could be implemented simply by changing the default behaviour to use the current time as the timestamp.

cc @mpiannucci

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions