alter iceberg table data_lake.test_db.user add column another_col int; update data_lake.test_db.user set another_col = 2 where id = 2; ...