mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
The current description is not accurate: the function doesn't throw an exception if there's an invalid materialized view. Instead, it simply logs the keyspaces that violate the requirement. Furthermore, the experimental feature `views-with-tablets` is no longer necessary for considering a materialized view as valid. It was dropped in scylladb/scylladb@b409e85c20. The replacement for it is the cluster feature `VIEWS_WITH_TABLETS`. Fixes scylladb/scylladb#26420 Closes scylladb/scylladb#26421