diff --git a/presto-docs/src/main/sphinx/release/release-0.288.rst b/presto-docs/src/main/sphinx/release/release-0.288.rst index 4ef62965a747d..792b426441e2e 100644 --- a/presto-docs/src/main/sphinx/release/release-0.288.rst +++ b/presto-docs/src/main/sphinx/release/release-0.288.rst @@ -36,7 +36,7 @@ _______________ * Improve error code for cast from DOUBLE or REAL to BIGINT, INTEGER, SMALLINT or TINYINT for out of range values from NUMERIC_VALUE_OUT_OF_RANGE to INVALID_CAST_ARGUMENT. :pr:`22917` * Improve handling of floating point numbers in Presto to consistently treat NaNs as larger than any other number and equal to itself. It also changes the handling of positive and negative zero to always be considered equal to each other. Read more here: https://github.com/prestodb/rfcs/blob/main/RFC-0001-nan-definition.md. The new nan behavior can be disabled by setting the configuration property use-new-nan-definition to false. This configuration property is intended to be temporary to ease migration in the short term, and will be removed in a future release. :pr:`22386` * Improve the performance of reading common table expressions (CTE). :pr:`22478` -* Improve join performance by prefiltering the build side with distinct keys from the probe side. This can be enabled with the ``join_prefilter_build_side `` session property. :pr:`22667` +* Improve join performance by prefiltering the build side with distinct keys from the probe side. This can be enabled with the ``join_prefilter_build_side`` session property. :pr:`22667` * Add HBO for CTE materialized query. :pr:`22606` * Add support for CTAS on bucketed (but not partitioned) tables for Presto C++ clusters. :pr:`22737` * Add support for ``NOT NULL`` column constraints in the CREATE TABLE and ALTER TABLE statements. This only takes effect for Hive connector now. :pr:`22064`