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
Describe the bug #3801 introduced a regression. Prior to arrow 34 the following timestamp could be parsed:
1969-01-01T00:00:00.1'
However, after the upgrade it will generate a parse error. This can be worked around by padding the precision to be a whole number of seconds, microseconds, milliseconds, or nanoseconds. For example
Describe the bug
#3801 introduced a regression. Prior to arrow 34 the following timestamp could be parsed:
However, after the upgrade it will generate a parse error. This can be worked around by padding the precision to be a whole number of seconds, microseconds, milliseconds, or nanoseconds. For example
To Reproduce
Try to parse this as a timestamp:
Expected behavior
It should be parsed correctly
Additional context
Found during DataFusion upgrade: apache/datafusion#5441
The text was updated successfully, but these errors were encountered: