polandll commented on code in PR #2294: URL: https://github.com/apache/cassandra/pull/2294#discussion_r1180714885
########## doc/modules/cassandra/pages/new/4.2-new.adoc: ########## @@ -0,0 +1,12 @@ += New Features in Apache Cassandra 4.2 + +This section covers the new features in Apache Cassandra 4.2. + + +* Added new Mathematical CQL functions: abs, exp, log, log10 and round. +* Adds a trie-based memtable implementation +* CQL things - maxwritetime, writetime and ttl on elements of collections and udts +* 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`. +* number of options Review Comment: Added to 5.0 info in index.html. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

