apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
6.51k stars 2.25k forks source link

StreamingMonitorFunction ignores the "streaming-strategy" and the "start-snapshot-timestamp" when set #9235

Open asdaraujo opened 11 months ago

asdaraujo commented 11 months ago

Apache Iceberg version

1.3.0

Query engine

Flink

Please describe the bug 🐞

The StreamingMonitorFunction 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:

Using start-snapshot-id, on the other hand, works as intended.

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.