Skip to content

Commit 9dd207b

Browse files
committed
docs
1 parent 9ade9cb commit 9dd207b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/src/actions/visitors.rs

+2
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,8 @@ impl RowVisitor for SidecarVisitor {
497497
/// - Keeps only the first metadata action
498498
/// - Keeps only the first transaction action for each unique app ID
499499
///
500+
/// CommitInfo, CDC, and sidecar actions are NOT part of the V1 spec checkpoint schema.
501+
///
500502
/// This filtered set of actions represents the minimal set needed to reconstruct
501503
/// the latest valid state of the table.
502504
#[cfg_attr(feature = "developer-visibility", visibility::make(pub))]

0 commit comments

Comments
 (0)