You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/08/19 03:55:04 UTC

[GitHub] [iceberg] stevenzwu commented on a diff in pull request #5577: API: Deprecate old incremental append scans

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


##########
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:
   I assume we decided that the next major/minor release will be 1.0.0. there won't be a 0.15.0.



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org