rdblue commented on a change in pull request #3796:
URL: https://github.com/apache/iceberg/pull/3796#discussion_r777625761
##########
File path: site/docs/spark-queries.md
##########
@@ -104,6 +104,28 @@ spark.read
Time travel is not yet supported by Spark's SQL syntax.
+### Incremental read
+
+To read incremental data between the snapshots, Configure below Spark read
options:
+
+* `start-snapshot-id` Start snapshot ID used in incremental scans (exclusive)
+* `end-snapshot-id` End snapshot ID used in incremental scans (inclusive)
Review comment:
This is optional. Omitting it will default to the current snapshot.
--
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]