amogh-jahagirdar commented on code in PR #9512:
URL: https://github.com/apache/iceberg/pull/9512#discussion_r1458253122
##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.java:
##########
@@ -49,8 +49,8 @@
/**
* A procedure that creates a view for changed rows.
*
- * <p>The procedure removes the carry-over rows by default. If you want to
keep them, you can set
- * "remove_carryovers" to be false in the options.
+ * <p>The procedure always removes the carry-over rows. Please query {@link
SparkChangelogTable}
+ * instead for the use cases doesn't remove carry-over rows.
Review Comment:
`Please query {@link SparkChangelogTable} instead when carry-over rows are
not required`
--
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]