aokolnychyi commented on code in PR #5577:
URL: https://github.com/apache/iceberg/pull/5577#discussion_r949839428


##########
api/src/main/java/org/apache/iceberg/TableScan.java:
##########
@@ -69,7 +69,10 @@ default TableScan select(String... columns) {
    * @param toSnapshotId read append data up to this snapshot id
    * @return a table scan which can read append data from {@code 
fromSnapshotId} exclusive and up to
    *     {@code toSnapshotId} inclusive
+   * @deprecated since 1.0.0, will be removed in 1.1.0; use {@link 
Table#newIncrementalAppendScan()}

Review Comment:
   Yeah, that seems to be the assumption. @rdblue, could you confirm?



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