yeunghl-shoalter commented on issue #9229: URL: https://github.com/apache/iceberg/issues/9229#issuecomment-1846456239
It is found that Flink CDC MySQL can only provide event with source operation timestamp in precision of second. This is not an issue of converting Flink data into Iceberg data. ``` "source": { "version": "1.9.7.Final", "connector": "mysql", "name": "mysql_binlog_source", "ts_ms": 1701938009000, "snapshot": "false", "db": "inventory", "sequence": null, "table": "customers", "server_id": 223344, "gtid": null, "file": "mysql-bin.000003", "pos": 4014, "row": 0, "thread": 14, "query": null } ``` -- 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