From e0942bb45ad202be12aaef390da3791e8256e632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jadwiszczak?= Date: Thu, 5 Mar 2026 10:45:43 +0100 Subject: [PATCH] view_building: introduce VIEW_BUILDING_TASKS_MIN_TASK_ID cluster feature This feature will be used to gate the use of min_task_id static column in system.view_building_tasks, which will be added in a subsequent commit. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- gms/feature_service.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/gms/feature_service.hh b/gms/feature_service.hh index 92c7709d6a..3e7ecd4033 100644 --- a/gms/feature_service.hh +++ b/gms/feature_service.hh @@ -183,6 +183,7 @@ public: gms::feature arbitrary_tablet_boundaries { *this, "ARBITRARY_TABLET_BOUNDARIES"sv }; gms::feature large_data_virtual_tables { *this, "LARGE_DATA_VIRTUAL_TABLES"sv }; gms::feature keyspace_multi_rf_change { *this, "KEYSPACE_MULTI_RF_CHANGE"sv }; + gms::feature view_building_tasks_min_task_id { *this, "VIEW_BUILDING_TASKS_MIN_TASK_ID"sv }; public: const std::unordered_map>& registered_features() const;