diff --git a/site/docs/spark-configuration.md b/site/docs/spark-configuration.md index 67befeab574e..d0a4c5af3196 100644 --- a/site/docs/spark-configuration.md +++ b/site/docs/spark-configuration.md @@ -155,6 +155,7 @@ spark.read | file-open-cost | As per table property | Overrides this table's read.split.open-file-cost | | vectorization-enabled | As per table property | Overrides this table's read.parquet.vectorization.enabled | | batch-size | As per table property | Overrides this table's read.parquet.vectorization.batch-size | +| stream-from-timestamp | (none) | A timestamp in milliseconds to stream from; if before the oldest known ancestor snapshot, the oldest will be used | ### Write options