Skip to content

Commit

Permalink
Docs: Add Spark streaming option skip-overwrites (apache#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
SreeramGarlapati authored Feb 20, 2022
1 parent 90637d6 commit 37c6c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versioned/spark/spark-structured-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 append snapshots. Overwrite snapshots cannot be processed and will cause an exception by default. Overwrites may be ignored by setting `streaming-skip-overwrite-snapshots=true`. Similarly, delete snapshots will cause an exception by default, and deletes may be ignored by setting `streaming-skip-delete-snapshots=true`.
{{</ hint >}}

## Streaming Writes
Expand Down

0 comments on commit 37c6c06

Please sign in to comment.