Improve performance of queries with an UNNEST clause. (#10506)
Fix potential query failure when spilling to disk is enabled by the
force-spilling-join-operator configuration property or the
force_spilling_join session property. (#13123)
Fix incorrect results for certain join queries containing filters involving
explicit or implicit casts. (#13145 )
Change mapping for Cassandra inet type to Trino ipaddress type.
Previously, inet was mapped to varchar. (#851)
Remove support for the
cassandra.load-policy.use-token-aware,
cassandra.load-policy.shuffle-replicas, and
cassandra.load-policy.allowed-addresses configuration properties. (#12223)