We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f831a commit 7c3d976Copy full SHA for 7c3d976
kernel/src/actions/visitors.rs
@@ -497,6 +497,8 @@ impl RowVisitor for SidecarVisitor {
497
/// - Keeps only the first metadata action
498
/// - Keeps only the first transaction action for each unique app ID
499
///
500
+/// CommitInfo, CDC, and sidecar actions are NOT part of the V1 spec checkpoint schema.
501
+///
502
/// This filtered set of actions represents the minimal set needed to reconstruct
503
/// the latest valid state of the table.
504
#[cfg_attr(feature = "developer-visibility", visibility::make(pub))]
0 commit comments