Skip to content

Support initial-default when reading Avro #119

@Fokko

Description

@Fokko

I would suggest adding support for initial-default to read V1 Avro files into V2 objects in memory.

For example, V1 does not have sequence numbers, and then need to be set to 0. This is important when you have a V1 table, and then you upgrade it to V2, the underlying Avro files are still V1 until you rewrite everything. See comment here: #79 (comment)

With the initial-default you could just read a 0 if the field is not present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions