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
You can instantiate a DeltaTable struct without loading the files to save memory. If you call .file_uris() on that table, it will return an empty iterator, which isn't quite correct. I fear this might lead to issues later, where we can't differentiate between an empty table and one that was loaded without files. Perhaps this should return an error instead?
Description
You can instantiate a
DeltaTable
struct without loading the files to save memory. If you call.file_uris()
on that table, it will return an empty iterator, which isn't quite correct. I fear this might lead to issues later, where we can't differentiate between an empty table and one that was loaded without files. Perhaps this should return an error instead?Use Case
Related Issue(s)
Found while looking at #866.
The text was updated successfully, but these errors were encountered: