delta-io / delta-kernel-rs

A native Delta implementation for integration with any query engine
Apache License 2.0
144 stars 41 forks source link

[tracking issue] Change Data Feed read path #440

Open OussamaSaoudi-db opened 2 weeks ago

OussamaSaoudi-db commented 2 weeks ago

Change Data Feed is a feature of the Delta protocol that allows users to scan all row-level changes that happened for each commit.

Tasks

TableChanges Construction

To construct TableChanges, we introduce the LogSegmentBuilder to more easily construct LogSegments.

OussamaSaoudi-db commented 3 days ago

take