Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gemini: Avoid DDL operations for a table with MV (#235)
Scylla does not allow dropping a column that is part of a materialized view. Let's avoid doing DDL operations altogether for such cases to be safe. Fixes #230
- Loading branch information