Skip to content

Commit 10c7b08

Browse files
authored
Merge pull request duckdb#5936 from rustyconover/fix_roadmap
fix: add missing words to roadmap for Iceberg writes
2 parents 927f5c5 + 55db37f commit 10c7b08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This section lists the features that the DuckDB team plans to work on **in the c
3232
* Migration and documentation to [C client API]({% link docs/stable/clients/c/overview.md %}) and [C extension API](https://github.com/duckdb/extension-template-c)
3333
* Rust support for extensions
3434
* Improvements to lakehouse formats
35-
* Improved support for the Iceberg format through the [`iceberg` extension]({% link docs/stable/core_extensions/iceberg/overview.md %}). This was partially implemented in [v1.4.0]({% post_url 2025-09-16-announcing-duckdb-140 %}), which can Iceberg tables.
35+
* Improved support for the Iceberg format through the [`iceberg` extension]({% link docs/stable/core_extensions/iceberg/overview.md %}). This was partially implemented in [v1.4.0]({% post_url 2025-09-16-announcing-duckdb-140 %}), which can write to Iceberg tables.
3636
* Improved support for Delta Lake through the [`delta` extension]({% link docs/stable/core_extensions/delta.md %}).
3737
* In May 2025, we released [DuckLake](https://ducklake.select/), a new lakehouse format. We would like to emphasize that we are still committed to developing both the `iceberg` and `delta` extensions. We also strive to [provide interoperability]({% post_url 2025-09-17-ducklake-03 %}#interoperability-with-iceberg) between DuckLake and other lakehouse formats.
3838
* [`MATCH RECOGNIZE`](https://github.com/duckdb/duckdb/discussions/3994) for pattern matching

0 commit comments

Comments
 (0)