pvary commented on issue #9955: URL: https://github.com/apache/iceberg/issues/9955#issuecomment-1996587247
@okayhooni: IIUC, INCREMENTAL_FROM_LATEST_SNAPSHOT is the reading mode you are looking for. @dyzcs: There is an option for Flink Iceberg readers to read the splits in commit order. See #7661. There is also an option to order the splits based on event time. See: #8553 Since the reading of the splits are done in parallel, it would mean that this order could be honored only on task level, but watermark alignment could be used to decrease the number of the records read by a runaway 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: 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