dll02 commented on issue #10453: URL: https://github.com/apache/iceberg/issues/10453#issuecomment-2151671859
@pvary Thank you for your response. I have read the paragraph: Streaming read[🔗](https://iceberg.apache.org/docs/nightly/flink-queries/#streaming-read_1) This example will start the streaming read from the latest table snapshot (inclusive). Every 60s, it polls Iceberg table to discover new append-only snapshots. CDC read is not supported yet. So you mean that since my table has a unique key constraint, it is considered a Change Data Capture (CDC) table. The streaming read currently only supports tables without unique key constraints, that is, append-only tables. Is that correct? If only append-only tables are supported, I would like to know which versions might support reading Change Data Capture (CDC) tables and if there is a development roadmap. We have many use cases that rely on CDC tables. -- 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