From 2570e7f7b4146a46d5d23913bdf87342769bed63 Mon Sep 17 00:00:00 2001 From: Amy Krishnevsky Date: Tue, 7 Nov 2017 09:46:12 +0300 Subject: [PATCH] doc fix --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a90696ece..76c148339ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,10 @@ * Added support for loading [CatBoost](https://catboost.yandex/) models and applying them to data stored in ClickHouse. * Added support for time zones with non-integer offsets from UTC. * Added support for arithmetic operations with time intervals. -* The range of values for the Date and DateTime types is expanded to year 2105. -* Added the `CREATE MATERIALIZED VIEW x TO y` query (allows specifying an existing table for storing data of a materialized view). +* The range of values for the Date and DateTime types is extended to the year 2105. +* Added the `CREATE MATERIALIZED VIEW x TO y` query (specifies an existing table for storing the data of a materialized view). * Added the `ATTACH TABLE` query without arguments. -* The processing logic for Nested columns with names ending with -Map in a SummingMergeTree table was extracted to the sumMap aggregate function. You can now specify such columns explicitly. +* The processing logic for Nested columns with names ending in -Map in a SummingMergeTree table was extracted to the sumMap aggregate function. You can now specify such columns explicitly. * Max size of the IP trie dictionary is increased to 128M entries. * Added the `getSizeOfEnumType` function. * Added the `sumWithOverflow` aggregate function. @@ -19,7 +19,7 @@ ## Backwards incompatible changes: * Creation of temporary tables with an engine other than Memory is forbidden. * Explicit creation of tables with the View or MaterializedView engine is forbidden. -* It is now checked during the creation of a table that the sampling key expression is included in the primary key. +* During table creation, a new check verifies that the sampling key expression is included in the primary key. ## Bug fixes: * Fixed hangups when synchronously inserting into a Distributed table.