Skip to content

Commit 88e9c1d

Browse files
committed
buff scaladoc
1 parent 1a640d1 commit 88e9c1d

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
@@ -72,6 +72,9 @@ case class Scd1BatchProcessor(
7272

7373
/**
7474
* Project the CDC metadata column onto the microbatch.
75+
*
76+
* The returned dataframe has all of the columns in the input microbatch + the CDC metadata
77+
* column.
7578
*/
7679
def extendMicrobatchRowsWithCdcMetadata(microbatchDf: DataFrame): DataFrame = {
7780
// Proactively validate the reserved CDC metadata column does not exist in the microbatch.

0 commit comments

Comments
 (0)