Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Update release notes for 1.12.0.0 #904

Merged
merged 2 commits into from
Dec 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## 2020-11-20 Version 1.12.0.0

### Features
* Add count() support for PPL ([#894](https://github.com/opendistro-for-elasticsearch/sql/pull/894))
* Add like, isnull, isnotnull function in PPL ([#893](https://github.com/opendistro-for-elasticsearch/sql/pull/893))
* Revert Error Messages for Run/Explain ([#889](https://github.com/opendistro-for-elasticsearch/sql/pull/889))
* Extend the PPL identifier defintion ([#888](https://github.com/opendistro-for-elasticsearch/sql/pull/888))
* Add identifier and datatype documentation for PPL ([#873](https://github.com/opendistro-for-elasticsearch/sql/pull/873))
joshuali925 marked this conversation as resolved.
Show resolved Hide resolved
* Add Error Message for Explain and Run ([#872](https://github.com/opendistro-for-elasticsearch/sql/pull/872))
* Revert java version in jdbc release workflow ([#871](https://github.com/opendistro-for-elasticsearch/sql/pull/871))
joshuali925 marked this conversation as resolved.
Show resolved Hide resolved
* Remove workbench side nav logo and fix download link ([#869](https://github.com/opendistro-for-elasticsearch/sql/pull/869))
* For ODFE 1.12 change position for sql workbench plugin (remove DEFAULT_APP_CATEGORIES) ([#857](https://github.com/opendistro-for-elasticsearch/sql/pull/857))
* For ODFE 1.12 change position for sql workbench plugin ([#855](https://github.com/opendistro-for-elasticsearch/sql/pull/855))
* add support for HH:mm:ss ([#850](https://github.com/opendistro-for-elasticsearch/sql/pull/850))
Expand All @@ -18,6 +26,13 @@
* Seperate the logical plan optimization rule from core to storage engine ([#836](https://github.com/opendistro-for-elasticsearch/sql/pull/836))

### Bug Fixes
* Fix workbench version number for ODFE 1.12.0.0 ([#903](https://github.com/opendistro-for-elasticsearch/sql/pull/903))
* Disable sorting on workbench ([#900](https://github.com/opendistro-for-elasticsearch/sql/pull/900))
* Fix select all from subquery issue ([#902](https://github.com/opendistro-for-elasticsearch/sql/pull/902))
* Fix for ExprValueFactory construct issue ([#898](https://github.com/opendistro-for-elasticsearch/sql/pull/898))
* Fix issue result table in workbench not displaying values of boolean type ([#891](https://github.com/opendistro-for-elasticsearch/sql/pull/891))
* Fix key "id" in result table issue of the workbench ([#890](https://github.com/opendistro-for-elasticsearch/sql/pull/890))
* Fix workbench bugs from plugin platform upgrade ([#886](https://github.com/opendistro-for-elasticsearch/sql/pull/886))
* Fix ExprCollectionValue serialization bug ([#859](https://github.com/opendistro-for-elasticsearch/sql/pull/859))
* Fix issue: sort order keyword is case sensitive ([#853](https://github.com/opendistro-for-elasticsearch/sql/pull/853))
* Config the default locale for gradle as en_US ([#847](https://github.com/opendistro-for-elasticsearch/sql/pull/847))
Expand All @@ -26,6 +41,9 @@
* Bug fix, using Local.Root when format the string in DateTimeFunctionIT ([#794](https://github.com/opendistro-for-elasticsearch/sql/pull/794))

### Infrastructure
* fix for odbc build failure ([#885](https://github.com/opendistro-for-elasticsearch/sql/pull/885))
* Fix release workflow for workbench ([#868](https://github.com/opendistro-for-elasticsearch/sql/pull/868))
* Add workflow to rename and upload odbc to s3 ([#865](https://github.com/opendistro-for-elasticsearch/sql/pull/865))
* add codecov for sql plugin ([#835](https://github.com/opendistro-for-elasticsearch/sql/pull/835))
* update odbc workflow ([#828](https://github.com/opendistro-for-elasticsearch/sql/pull/828))
* Updated workbench snapshots to fix broken workflow ([#823](https://github.com/opendistro-for-elasticsearch/sql/pull/823))
Expand Down