Skip to content

DuckDB Delta Extension v0.1.0

Compare
Choose a tag to compare
@samansmink samansmink released this 17 Jul 11:04
· 77 commits to main since this release
d4965f0

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