nuts-rice opened a new pull request, #464:
URL: https://github.com/apache/paimon-rust/pull/464

   
   ### Purpose
   
   
   Linked issue: close #286 
   
   
   
   ### Brief change log
   
   - `expire_snapshots_earlier_than`- goes through snapshot_ids, checks for 
being earlier than timestamp, than deletes. Returns number of snapshots deleted.
   - `remove_orphan_files`- goes through snapshot_ids, checks for files not 
being referenced by manifest lists, than deletes.
   Returns number of files deleted. 
   - `drop_partition`- takes a partition, goes through fields, commits to 
drop_partitions
   - `trigger_compaction`[WIP]
   
   These have associated python stub bindings that are exposed
   
   ### Tests
   `cargo check` succeeds 
   `maturin` builds
   
   
   ### API and Format
   
   Adds new table maintenance fns to API
   
   ### Documentation
   Documented with comments
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to