Skip to content

Finalize variant and shredding spec #508

@aihuaxu

Description

@aihuaxu

Describe the enhancement requested

Per Parquet's requirements, we need at least two reference implementations to finalize the Variant logical type specification and here are the current status:

  • Java already has the encoding and shredding implementations in place:

Variant Decoding
Variant Encoding
Variant Shredding Writer
Variant Shredding Reader

  • Go also includes encoding and shredding support:

Variant Encoding/Decoding
Variant Shredding

Rust is currently working on the shredding implementation. In addition to these, we already have a full Variant implementation in Apache Iceberg, as well as in some closed-source engines. At this point, I think we have enough implementation coverage to move forward with finalizing the Variant spec.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions