Skip to content

Commit

Permalink
Revert "bump opendistroVersion to 1.6.1 (opendistro-for-elasticsearch…
Browse files Browse the repository at this point in the history
  • Loading branch information
penghuo authored Apr 30, 2020
1 parent 32b83cc commit ba9cd2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
}

ext {
opendistroVersion = '1.6.1'
opendistroVersion = '1.6.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down
1 change: 0 additions & 1 deletion opendistro-elasticsearch-sql.release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ba9cd2e

Please sign in to comment.