This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Update FAQ answer to "how to change column type" to mention column mapping #36
Open
Description
Currently, https://docs.delta.io/latest/delta-faq.html#how-can-i-change-the-type-of-a-column says that dropping a column requires rewriting the table. This is no longer true if column mapping is enabled. https://docs.delta.io/latest/versioning.html#column-mapping. We should update this answer
We should also add another FAQ "How to drop a column".
Activity