kbendick commented on a change in pull request #3039:
URL: https://github.com/apache/iceberg/pull/3039#discussion_r697722099



##########
File path: spark/src/main/java/org/apache/iceberg/spark/SparkReadOptions.java
##########
@@ -53,4 +53,7 @@ private SparkReadOptions() {
 
   // skip snapshots of type delete while reading stream out of iceberg table
   public static final String STREAMING_SKIP_DELETE_SNAPSHOTS = 
"streaming-skip-delete-snapshots";
+
+  // Timestamp in milliseconds; start a stream from the snapshot that occurs 
after this timestamp
+  public static final String STREAM_FROM_TIMESTAMP = "stream-from-timestamp";

Review comment:
       Open question: How does this new config differ from the 
`as-of-timestamp` config in here?
   
   EDIT: As mentioned elsewhere, unless there's a motivating reason not to use 
it, I think we should use `as-of-timestamp` to be consistent with the other 
readers (include the Flink streaming reader and the Spark batch reader).




-- 
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]

Reply via email to