Forum Discussion
Changing lakehouse table column names
- Anonymous2 years ago
Hi ebjim
Thanks for using Fabric Community.
Rename does/should work without column mapping enabled on spark. So we need to know the version of spark used and the version of delta + if column mapping was enabled on the table. You can check the column mapping details as below:So if you want to rename a column today, you need to add a column.
But there is no way to delete it, unless they turn on column mapping or rewrite the table back.
With column mapping, the spark table is updated, but the SQL endpoint table is not updated.
Hope this helps. Please let me know if you have any further queries.
Maybe this is a solution for renaming columns, dropping columns and changing column type in Lakehouse tables:
https://community.fabric.microsoft.com/t5/General-Discussion/Dropping-and-recreating-lakehouse-table/m-p/3835426/highlight/true#M6312