-
Couldn't load subscription status.
- Fork 537
Description
I have code that leverages deltalake v0.24.0, in which there was a helpful function called get_file_stats_from_metadata. In trying to update my code to the latest release version, I notice that this function has been removed. I've searched in the documentation and on github to find discussion or reference to a replacement, but I can't seem to find this anywhere.
Is this deemed no longer useful and thus was removed? Or is this functionality still available somewhere that I can't seem to find?
Here is the link to the old v0.24.0 code for reference: https://github.com/delta-io/delta-rs/blob/python-v0.24.0/python/deltalake/writer.py#L801
Thanks!