anew commented on code in PR #57192:
URL: https://github.com/apache/spark/pull/57192#discussion_r3599165630


##########
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/autocdc/Scd2BatchProcessor.scala:
##########
@@ -942,18 +1155,50 @@ object RowClassifier {
     isOpenUpsert(row) || isClosedUpsert(row)
 
   /**
-   * Delete-representing row, encoded as an instantaneous (zero-width) 
interval at `recordStartAt`
-   * (`startAt == endAt == recordStartAt`). Never materializes in the target 
table.
+   * Tombstone (delete-boundary) row, encoded as an instantaneous interval at

Review Comment:
   Confirmed — yes, deletes are modeled as instantaneous tombstones throughout, 
including in the "before" state.
    



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to