amogh-jahagirdar commented on code in PR #15390:
URL: https://github.com/apache/iceberg/pull/15390#discussion_r2838206146


##########
docs/docs/spark-writes.md:
##########
@@ -100,6 +100,21 @@ Spark 3.5 added support for `WHEN NOT MATCHED BY SOURCE 
... THEN ...` to update
 WHEN NOT MATCHED BY SOURCE THEN UPDATE SET status = 'invalid'
 ```
 
+#### Snapshot summary
+
+After a `MERGE INTO` commit, the [snapshot 
summary](../../spec.md#optional-snapshot-summary-fields) may include the 
following fields. Each value is the string form of a non-negative count. A 
field is omitted when the value is unknown (e.g., not reported by Spark).

Review Comment:
   These new summary fields are produced after Spark 4.1+ right? Should we call 
that out specifically?



-- 
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