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
This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d.
davidwendt
changed the title
[BUG] RuntimeError while reaching avro file with duration types
[BUG] RuntimeError while reading avro file with duration types
Mar 12, 2023
Describe the bug
Avro supports duration types through
logicalTypes
: https://avro.apache.org/docs/current/spec.html#Logical+TypesWhile reading an avro file with duration types, there is a RuntimeError.
Steps/Code to reproduce bug
Writing a duration column to avro file:
Reading the same file into cudf:
Expected behavior
we should be able to infer dtype via logicalTypes.
Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsClick here to see environment details
Additional context
Surfaced while fuzz testing: #6001
The text was updated successfully, but these errors were encountered: