From ba9cd2ef88f33d84c9a905716a5168a030bad357 Mon Sep 17 00:00:00 2001 From: Peng Huo Date: Thu, 30 Apr 2020 08:40:06 -0700 Subject: [PATCH] Revert "bump opendistroVersion to 1.6.1 (#451)" (#453) This reverts commit 32b83cc6c24ce3ebc5354a3fa266a3a6c532bdc2. --- build.gradle | 2 +- opendistro-elasticsearch-sql.release-notes.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b97c6bbc03..b85ae24b25 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ repositories { } ext { - opendistroVersion = '1.6.1' + opendistroVersion = '1.6.0' isSnapshot = "true" == System.getProperty("build.snapshot", "true") } diff --git a/opendistro-elasticsearch-sql.release-notes.md b/opendistro-elasticsearch-sql.release-notes.md index be4ce5f5be..fcfb8ccd8f 100644 --- a/opendistro-elasticsearch-sql.release-notes.md +++ b/opendistro-elasticsearch-sql.release-notes.md @@ -14,7 +14,6 @@ * Change [#419](https://github.com/opendistro-for-elasticsearch/sql/pull/419): Anonymize sensitive data in queries exposed to RestSqlAction logs. (issue: [#97](https://github.com/opendistro-for-elasticsearch/sql/issues/97)) ### Bugfixes -* Bugfix [#446](https://github.com/opendistro-for-elasticsearch/sql/pull/446): Mock LocalClusterState settings in QueryPlanner base test class. (issue: [#443](https://github.com/opendistro-for-elasticsearch/sql/issues/443)) * Bugfix [#442](https://github.com/opendistro-for-elasticsearch/sql/pull/442): Count(distinct field) should translate to cardinality aggregation. (issue: [#439](https://github.com/opendistro-for-elasticsearch/sql/issues/439)) * Bugfix [#437](https://github.com/opendistro-for-elasticsearch/sql/pull/437): Enforce AVG return double data type. (issue: [#408](https://github.com/opendistro-for-elasticsearch/sql/issues/408)) * Bugfix [#425](https://github.com/opendistro-for-elasticsearch/sql/pull/425): Ignore the term query rewrite if there is no index found. (issue: [#355](https://github.com/opendistro-for-elasticsearch/sql/issues/355))