Skip to content

Commit

Permalink
Kusto-phase3: Updated release note for bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kashwy committed Oct 25, 2022
1 parent 41db86e commit d88ad5e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Parsers/Kusto/KQL_ReleaseNote.md
Original file line number Diff line number Diff line change
@@ -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;`
Expand All @@ -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

Expand Down

0 comments on commit d88ad5e

Please sign in to comment.