You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've opened the parquet file using the floor tool and the column has type INT32, converted type TIME_MILIS and logical type TIME (unit: MILLIS, isAdjustedToUTC: True).
A TimeSpan is a period of time and not a time of day like the new TimeOnly type. It seems to me TIME is not the correct logical type for TimeSpan.
Failing test
No response
The text was updated successfully, but these errors were encountered:
wldevries
changed the title
[BUG]: Incorrect data type for TimeSpan
[BUG]: Incorrect logical type for TimeSpan
Jul 19, 2024
Library Version
4.24.0
OS
Windows
OS Architecture
64 bit
How to reproduce?
DataFieldTimeSpan
columnTimeSpan
values larger than 24hours-> ValueError: hour must be in 0..23
I've opened the parquet file using the floor tool and the column has type INT32, converted type TIME_MILIS and logical type TIME (unit: MILLIS, isAdjustedToUTC: True).
A
TimeSpan
is a period of time and not a time of day like the newTimeOnly
type. It seems to me TIME is not the correct logical type forTimeSpan
.Failing test
No response
The text was updated successfully, but these errors were encountered: