presto-docs/src/main/sphinx/release/release-0.222.rst
.. warning::
This release contains a regression which may cause Presto to incorrectly
remove certain ``CAST`` operations.
12930).12354).INSERT queries using
the Hive connector. This can be enabled with the
recoverable_grouped_execution session property or the
recoverable-grouped-execution-enabled configuration property (:issue:12124).grouped_execution_for_eligible_table_scans
session property or the
experimental.grouped-execution-for-eligible-table-scans-enabled
configuration property (:pr:12934).max-concurrent-materializations and session
property max_concurrent_materializations to limit the number of plan
sections that will run concurrently when using materialized exchanges.!approx_distinct over BingTile values.!merge_hll to merge an array of HyperLogLogs.!bitwise_arithmetic_shift_right,
:func:!bitwise_logical_shift_right and :func:!bitwise_shift_left.information_schema queries when a table has an invalid storage format.hive.metastore.glue.catalogid to configure the Glue catalog ID.ConnectorPlanOptimizer to allow connectors to
participate in query plan optimization (e.g., filter pushdown) (:issue:13102).LogicalRowExpressions::TRUE and LogicalRowExpressions::FALSE to
LogicalRowExpressions::TRUE_CONSTANT and LogicalRowExpressions::FALSE_CONSTANT
respectively to avoid collision with java.lang.Boolean.