Expose optimizer rule execution statistics in query statistics. The number of
rules for which statistics are collected can be limited with the
query.reported-rule-stats-limit configuration property. (#2578)
Allow disabling the use of the cost-based optimizer to determine partitioning
of a stage with the optimizer.use-cost-based-partitioningconfiguration
property or the use_cost_based_partitioning session property. (#16781)
Improve performance of queries involving table functions with table arguments. (#16012)
Improve latency for small queries when fault-tolerant execution is enabled. (#16103)
Fix failure when querying a nested field of a row type in queries involving
ORDER BY ... LIMIT. (#16768)