From 2cbd9aba932271c2c5782a0f897af2ae9f7a363a Mon Sep 17 00:00:00 2001 From: 0xbad0c0d3 <0xbad0c0d3@gmail.com> Date: Wed, 28 Jan 2026 10:13:10 +0200 Subject: [PATCH] Fix typo in SAI index documentation --- .../cassandra/pages/developing/cql/create-custom-index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/cassandra/pages/developing/cql/create-custom-index.adoc b/doc/modules/cassandra/pages/developing/cql/create-custom-index.adoc index 29fcfbc1bd27..c09aee65a00f 100644 --- a/doc/modules/cassandra/pages/developing/cql/create-custom-index.adoc +++ b/doc/modules/cassandra/pages/developing/cql/create-custom-index.adoc @@ -5,7 +5,7 @@ include::cassandra:partial$sai/support-databases.adoc[] Creates a Storage-Attached Indexing (SAI) index. You can create multiple secondary indexes on the same database table, with each SAI index based on any column in the table. -All column date types except the following are supported for SAI indexes: +All column data types except the following are supported for SAI indexes: * `counter` * geospatial types: `PointType`, `LineStringType`, `PolygonType`