DeltaTable.hisotry(): return timestamp
column as datetime
(not epoch integer)
#3109
Labels
enhancement
New feature or request
Description
When accessing the history of a Delta Table via delta-spark, the version timestamp is returned as
TimestampType
column.delta-rs is different here, it returns an epoch timestamp as integer:
I suggest to make behavior of delta-rs consistent to delta-rs and return proper Python
datetime
value.Use Case
Make it easier for users to interpret the result of
DeltaTable.hisotry()
.Conversion in Python is fairly easy:
However, this would be a breaking change 😬
Related Issue(s)
I found nothing
The text was updated successfully, but these errors were encountered: