Skip to content

Commit 4aba2a0

Browse files
committed
buff scaladoc
1 parent c6f4ed9 commit 4aba2a0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/autocdc/Scd1BatchProcessor.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ case class Scd1BatchProcessor(
6868

6969
/**
7070
* Project the CDC metadata column onto the microbatch.
71+
*
72+
* The returned dataframe has all of the columns in the input microbatch + the CDC metadata
73+
* column.
7174
*/
7275
def extendMicrobatchRowsWithCdcMetadata(microbatchDf: DataFrame): DataFrame = {
7376
// Proactively validate the reserved CDC metadata column does not exist in the microbatch.

0 commit comments

Comments
 (0)