SreeramGarlapati commented on a change in pull request #4121:
URL: https://github.com/apache/iceberg/pull/4121#discussion_r809641890
##########
File path: docs/versioned/spark/spark-structured-streaming.md
##########
@@ -44,7 +44,7 @@ val df = spark.readStream
```
{{< hint warning >}}
-Iceberg only supports reading data from append snapshots. Overwrite snapshots
cannot be processed and will cause an exception. Similarly, delete snapshots
will cause an exception by default, but deletes may be ignored by setting
`streaming-skip-delete-snapshots=true`.
+Iceberg only supports reading data from snapshots of type `Append` or
`Replace`. The snapshots of type `Delete` and `Overwrite` cannot be processed
and will cause an exception. The spark options
`streaming-skip-delete-snapshots` and `streaming-skip-overwrite-snapshots` may
be set to `true` to skip snapshots of type `Delete` and `Overwrite`,
respectively, in cases where it's acceptable to ignore the table changes from
those snapshots.
Review comment:
addressed the comments @rdblue @kbendick
pl. take another look.
--
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]