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
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