The Spencer Rattler era appears to be over in New Orleans, and you know what? It wasn't that bad! Sure, Rattler was benched this week for Tyler Shough, but overall, Rattler wasn't the disaster that ...
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; ...