mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
This changes announce_migration() to return a change event directory in schema_altering_statement base class. It's needed for drop index statement, which does not know the keyspace or column family until it looks up them based on the index. Two stage approach of announcing a migration and then creating the change event won't work because in the latter stage, the lookup will fail. The same change in announce_migration() has been applied to Apache Cassandra.
3.9 KiB
3.9 KiB