Increase the default number of stages allowed for a query from 100 to 150,
specified with query.max-stage-count. (#12292)
Allow configuring the number of partitions for distributed joins and
aggregations when task-based fault-tolerant execution is enabled. This can be
set with the fault-tolerant-execution-partition-count configuration property
or the fault_tolerant_execution_partition_count session property. (#12263)
Introduce the least-waste low memory task killer policy. This policy avoids
killing tasks that are already executing for a long time, so the amount of
wasted work is minimized. It can be enabled with the
task.low-memory-killer.policy configuration property. (#12393)
Fix potential planning failure of queries with multiple subqueries. (#12199)
Improve Advanced Encryption Standard (AES) processing performance on ARM64
processors. This is used for operations such as accessing object storage
systems via TLS/SSL. (#12251)