without_files flag for RawDeltaTable #860
Labels
binding/python
Issues for the Python package
bug
Something isn't working
good first issue
Good for newcomers
There is the method without_files in the DeltaTableBuilder
delta-rs/rust/src/builder/mod.rs
Line 156 in c13804d
The method sets require_files flag in DeltaTableLoadOptions. And this flag is very useful cause it can load DeltaTable with significant memory reduction.
But python's class RawDeltaTable doesn't have the flag! And it is impossibly to handle tracking files :(
delta-rs/python/src/lib.rs
Line 105 in c13804d
So, it's impossible to load big DeltaTable if python's library is used :(
The text was updated successfully, but these errors were encountered: