You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 department in 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
The text was updated successfully, but these errors were encountered:
Hi @ismailsimsek
department
in 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
The text was updated successfully, but these errors were encountered: