Skip to content

[C++][Parquet] Variant specification version should be set 1 to align with the variant spec rather than 0 #47838

@aihuaxu

Description

@aihuaxu

Describe the bug, including details regarding any error messages, version, and platform.

According to the Variant specification, the specification_version field must be set to 1 to indicate Variant encoding version 1. Currently, this field defaults to 0, which violates the specification. Parquet readers that strictly enforce specification version validation will fail to read files containing Variant types.

Image

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions