lancedb / lance

Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
https://lancedb.github.io/lance/
Apache License 2.0
3.97k stars 224 forks source link

Prevent writes to historical dataset versions #3147

Open wjones127 opened 1 day ago

wjones127 commented 1 day ago

If you call checkout_version() you shouldn't be able to call .delete() or similar methods. Will need some sort of flag that checks whether it's a historical version.