From d88ad5e0388c719a3ef0dbef67b001e5b0e3fd74 Mon Sep 17 00:00:00 2001 From: Yong Wang Date: Tue, 25 Oct 2022 14:40:41 -0700 Subject: [PATCH] Kusto-phase3: Updated release note for bug fixed --- src/Parsers/Kusto/KQL_ReleaseNote.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Parsers/Kusto/KQL_ReleaseNote.md b/src/Parsers/Kusto/KQL_ReleaseNote.md index 3e966bfa8c8..44d148f592c 100644 --- a/src/Parsers/Kusto/KQL_ReleaseNote.md +++ b/src/Parsers/Kusto/KQL_ReleaseNote.md @@ -1,6 +1,6 @@ ## KQL implemented features # October 25, 2022 -## operator +## New Operators - [count](https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/countoperator) `Customers | count;` `Customers | where Age< 30 | count;` @@ -23,6 +23,12 @@ `Customers | top-hitters 2 of Age by extra | where approximate_sum_extra < 200;` `Customers | top-hitters 2 of Age | where approximate_count_Age > 2;` +## Bugs fixed +- [parse_version needs to return null when parameter is empty string](https://zenhub.ibm.com/workspaces/clickhouse-project-61250df53aaf060db4e08052/issues/clickhouse/issue-repo/1492) +- [Different expressions with the same alias in function substring](https://zenhub.ibm.com/workspaces/clickhouse-project-61250df53aaf060db4e08052/issues/clickhouse/issue-repo/1489) +- [parse_version needs to return null when parameter is empty string](https://zenhub.ibm.com/workspaces/clickhouse-project-61250df53aaf060db4e08052/issues/clickhouse/issue-repo/1492) +- [parse_url() output mismatch for empty string](https://zenhub.ibm.com/workspaces/clickhouse-project-61250df53aaf060db4e08052/issues/clickhouse/issue-repo/1345) +- [array_sum and array_length return incorrect results](https://zenhub.ibm.com/workspaces/clickhouse-project-61250df53aaf060db4e08052/issues/clickhouse/issue-repo/1120) # October 9, 2022