kaaveland / pyarrowfs-adlgen2

Use pyarrow with Azure Data Lake gen2
MIT License
25 stars 6 forks source link

Handle datetime in last_modified path_properties #4

Closed kaaveland closed 3 years ago

kaaveland commented 3 years ago

In version 12.2.1 of azure-storage-file-datalake, the last_modified attribute of path property has become a datetime. Only attempt to convert this attribute to a datetime if it's a str, for compatibility with new versions.