DuckDB Delta Extension v0.1.0
First release of the DuckDB Delta extension.
The Delta Extension adds support for the Delta Lake open-source storage format. It is built using the delta-kernel-rs library. The extension offers read support for delta tables, both local and remote (S3, Azure, Minio, GCS, R2, and basically all S3 protocol object stores).
This release contains various features:
- Support for all data types
- Filter and projection pushdown
- File skipping based on filter pushdown
- Deletion vectors
- Partitioned tables
- Fully parallel scanning