From 7c355c6a02060f2569ac43ffbb2f7cc7018790fb Mon Sep 17 00:00:00 2001 From: Bereng Date: Wed, 16 Aug 2023 11:32:32 +0200 Subject: [PATCH] Add CASSANDRA-14227 to 5.0 new features page patch by Berenguer Blasi; reviewed by Michael Semb Wever for CASSANDRA-18765 --- doc/modules/cassandra/pages/new/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/modules/cassandra/pages/new/index.adoc b/doc/modules/cassandra/pages/new/index.adoc index 1a6028c0af..aa82d8f9ae 100644 --- a/doc/modules/cassandra/pages/new/index.adoc +++ b/doc/modules/cassandra/pages/new/index.adoc @@ -14,3 +14,4 @@ This section covers the new features in Apache Cassandra 5.0. * https://issues.apache.org/jira/browse/CASSANDRA-17221[Add new Mathematical CQL functions: abs, exp, log, log10 and round] * https://issues.apache.org/jira/browse/CASSANDRA-18060[Added new CQL native scalar functions for collections] ** The new functions are mostly analogous to the existing aggregation functions, but they operate on the elements of collection columns. The new functions are `map_keys`, `map_values`, `collection_count`, `collection_min`, `collection_max`, `collection_sum` and `collection_avg`. +* https://issues.apache.org/jira/browse/CASSANDRA-14227[Extend maximum expiration date (TTL)]