Improve query performance by reducing overhead of cluster internal
communication. (#11146)
Handle varchar to timestamp conversion errors in try(). (#11259)
Add redirection awareness for DROP COLUMN task. (#11304)
Add redirection awareness for RENAME COLUMN task. (#11226)
Disallow table redirections in SHOW GRANTS statement. (#11270)
Allow low memory killer to abort individual tasks when retry-mode is set to
TASK. This requires query.low-memory-killer.policy set to
total-reservation-on-blocked-nodes. (#11129)
Fix incorrect results when distinct or ordered aggregation are used and
spilling is enabled. (#11353)
Improve query performance by better estimating partitioned tables statistics. (#11333)
Prevent failure for queries with the final number of partitions
below HIVE_EXCEEDED_PARTITION_LIMIT. (#10215)
Fix issue where duplicate rows could be inserted into a partition when
insert_existing_partitions_behavior was set to OVERWRITE and
retry-policy was TASK. (#11196)
Fix failure when querying Hive views containing column aliases that differ in
case only. (#11159)
Fix SHOW TABLES failure when a materialized view is removed during query
execution. (#10976)
Fix query failure when reading from information_schema.tables or
information_schema.columns and a materialized view is removed during
query execution. (#10976)