Closed match-gabeflores closed 11 months ago
hi @match-gabeflores - how did you generate the file? is '00:00' part of the dtype?
Hi @MarcoGorelli, it's generated via DataBricks by a third party. I can ask them.
Also, i updated my issue above with an example file and added more notes.
Note, this example file has only one record and was generated by using the DataBricks file and filtering for one row and removing PII data).
Thanks @MarcoGorelli for the quick fix!
Do you know when this fix will be a stable release?
I don't know, but I'd guess this or next week
thanks for your excellent report, this is how software gets better 🙌
Checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of Polars.
Reproducible example
See attached file - rename .txt to .avro.
out.avro.txt
Log output
Issue description
Similar to #9586 , when reading an avro file with time zone included, I receive this error
polars.exceptions.ComputeError: unable to parse time zone: '00:00'. Please check the Time Zone Database for a list of available time zones
The avro file is generated from DataBricks so it should be good. I also have no problems reading via fastavro.
No problems reading via:
Expected behavior
Should be able to read avro file containing offset information
Installed versions