asdaraujo opened a new issue, #9235: URL: https://github.com/apache/iceberg/issues/9235
### Apache Iceberg version 1.3.0 ### Query engine Flink ### Please describe the bug 🐞 The [StreamingMonitorFunction](https://github.com/apache/iceberg/blob/main/flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/source/StreamingMonitorFunction.java#L129-L156) ignores the `streaming-strategy` and the `start-snapshot-timestamp` properties when set. For example, if I set the following properties, the connector ignores the last two and reads all the events from the very first snapshot: - `streaming=true` - `monitor-interval=1s` - `starting-strategy=INCREMENTAL_FROM_SNAPSHOT_TIMESTAMP` - `start-snapshot-timestamp=1700760262000` Using `start-snapshot-id`, on the other hand, works as intended. -- 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.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