aokolnychyi commented on code in PR #4870:
URL: https://github.com/apache/iceberg/pull/4870#discussion_r911441868
##########
api/src/main/java/org/apache/iceberg/Table.java:
##########
@@ -64,6 +64,17 @@ default IncrementalAppendScan newIncrementalAppendScan() {
throw new UnsupportedOperationException("Incremental append scan is not
supported");
}
+ /**
+ * Create a new {@link IncrementalChangelogScan} for this table.
+ * <p>
+ * Once a scan is created, it can be refined to project columns and filter
data.
+ *
+ * @return an incremental changelog scan
+ */
+ default IncrementalChangelogScan newIncrementalChangelogScan() {
Review Comment:
@stevenzwu, how do you feel about the names? You know more about CDC use
cases. I think I'd slightly prefer shorter names like `ChangeScan` and
`ChangeScanTask` but if `changelog` is really widely used, I have no problem
using it as well.
--
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]