Skip to content

Releases: duckdb/duckdb_delta

v0.2.2

16 Oct 07:42
8642253
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

24 Sep 12:13
811db25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Sep 16:15
24d9b78
Compare
Choose a tag to compare

Overview

  • Cardinality information is now correctly propagated to DuckDB, improving the quality of query plans
  • Automated performance regression tests are now run by CI
  • Delta Kernel is now at v0.3.1
  • Bugfixes

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

DuckDB Delta Extension v0.1.0

17 Jul 11:04
d4965f0
Compare
Choose a tag to compare

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