rdblue commented on a change in pull request #3732:
URL: https://github.com/apache/iceberg/pull/3732#discussion_r772566970



##########
File path: 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 | Long.MIN_VALUE | Timestamp in milliseconds, start 
streaming this table from the first snapshot that occurs at or after this 
timestamp |

Review comment:
       I think that the default is not set, so the default behavior is not to 
stream from a timestamp but to stream from the oldest timestamp.

##########
File path: 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 | Long.MIN_VALUE | Timestamp in milliseconds, start 
streaming this table from the first snapshot that occurs at or after this 
timestamp |

Review comment:
       I think that the default is not set, so the default behavior is not to 
stream from a timestamp but to stream from the oldest 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: issues-unsubscr...@iceberg.apache.org

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



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

Reply via email to