https://delta.io logo
c

cprieto

06/20/2023, 7:59 AM
Ok, this is mostly a Deltalake and Rust question... I know I can load a delta lake table version using the
version
parameter in
open_table_with_version
, but my question is a little around this, How can I get the changes done in that version? for example, just the inserted rows in that version instead of all the tuples up to that version?