Skip to content

Commit 5cb95ad

Browse files
Xuanwoalamb
andauthored
Update docs/rfcs/0001_kernel.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 9130b89 commit 5cb95ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rfcs/0001_kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## Background
2323

24-
Issue #1819 proposes decoupling the protocol/metadata/plan logic that currently lives inside the `iceberg` crate so that it can serve as a reusable “kernel,” similar to the approach taken by delta-kernel-rs. Today the `iceberg` crate simultaneously exposes the public trait surface and the default engine (Tokio runtime, opendal-backed FileIO, Arrow readers, etc.). This tight coupling makes it difficult for downstream projects to embed Iceberg metadata while providing their own storage, runtime, or execution stack.
24+
Issue #1819 proposes decoupling the protocol/metadata/plan logic that currently lives inside the `iceberg` crate so that it can serve as a reusable “kernel,” similar to the approach taken by [delta-kernel-rs](https://github.com/delta-io/delta-kernel-rs). Today the `iceberg` crate simultaneously exposes the public trait surface and the default engine (Tokio runtime, opendal-backed FileIO, Arrow readers, etc.). This tight coupling makes it difficult for downstream projects to embed Iceberg metadata while providing their own storage, runtime, or execution stack.
2525

2626
## Goals and Scope
2727

0 commit comments

Comments
 (0)