Skip to content

Record API unable to parse TIME_MILLIS when encoded as INT32 #7510

Closed
@njaremko

Description

@njaremko

Describe the bug
Snowflake exports Parquet files with TIME_MILLIS encoded in INT32, which raises an unimplemented error when using the record API.

To Reproduce
Attempt to parse a parquet file with a TIME_MILLIS converted type encoded as an INT32 using the record API.

Expected behavior
The time should be correctly parsed

Additional context
Tried using latest parquet 55.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugnext-major-releasethe PR has API changes and it waiting on the next major versionparquetChanges to the parquet crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions