debezium-server-iceberg
debezium-server-iceberg copied to clipboard
Schema Change Behaviour
Hi @ismailsimsek
- I am testing schema change behavior with this case
After removal, these column values are populated with null value. columns are kept in the destination table, no change applied to destination table.
- My table in postgres
- After, drop column
departmentin above table and insert new a record. However, when I check values of this column in Iceberg table. I find that they don't populate null value.
Additional question, will the destination table be deleted if the source table is deleted? Or do I have to delete it manually