flyrain commented on code in PR #6350: URL: https://github.com/apache/iceberg/pull/6350#discussion_r1044897001
########## spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkReadOptions.java: ########## @@ -32,6 +32,12 @@ private SparkReadOptions() {} // End snapshot ID used in incremental scans (inclusive) public static final String END_SNAPSHOT_ID = "end-snapshot-id"; + // Start timestamp used in multi-snapshot scans (exclusive) + public static final String START_TIMESTAMP = "start-timestamp"; Review Comment: Thanks @szehon-ho and @hililiwei for the input. It'd be nice to consolidate. I kind of prefer the name `start-timestamp` here, so that users don't have to worry about the concept `snapshot`, the query is purely based on the time range. -- 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