Skip to content

Commit 536729a

Browse files
authored
chore(release): prepare v0.2.1 (#113)
1 parent c74a717 commit 536729a

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] - 2026-05-05
9+
10+
### Added
11+
- Implement `TableProvider::statistics()` on `DuckLakeTable`, populating `total_byte_size` from per-file metadata cached on the table (#112). Mirrors DuckLake's `ducklake_table_info` aggregate exactly. Marked `Precision::Inexact` since the catalog tracks compressed parquet bytes while DataFusion documents `total_byte_size` as uncompressed Arrow output. Enables cost-based optimisation hints and provides a cheap surface for size-aware consumers (e.g. pre-flight ingest guards).
12+
13+
### Changed
14+
- README: revise Discord community link (#111)
15+
816
## [0.2.0] - 2026-04-22
917

1018
### Changed
@@ -116,6 +124,7 @@ Initial release.
116124
- Filter pushdown to Parquet
117125
- Query-scoped snapshot isolation
118126

127+
[0.2.1]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.2.0...v0.2.1
119128
[0.2.0]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.1.2...v0.2.0
120129
[0.1.2]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.1.1...v0.1.2
121130
[0.1.1]: https://github.com/hotdata-dev/datafusion-ducklake/compare/v0.1.0...v0.1.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "benchmark"]
33

44
[package]
55
name = "datafusion-ducklake"
6-
version = "0.2.0"
6+
version = "0.2.1"
77
edition = "2024"
88
authors = ["zac@hotdata.dev", "shefeek@hotdata.dev", "anoop@hotdata.dev"]
99
description = "DuckLake query engine for rust, built with datafusion."

0 commit comments

Comments
 (0)