File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
docs/src/reference/asciidoc/appendix Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ [[eshadoop-8.12.0]]
2+ == Elasticsearch for Apache Hadoop version 8.12.0
3+
4+ [[bugs-8.12.0]]
5+ === Bug Fixes
6+ Core::
7+ * Correctly handling EsHadoopException in TransportPool.validate()
8+ https://github.com/elastic/elasticsearch-hadoop/pull/2150[#2150]
9+ Spark::
10+ * Nested objects fail parsing in Spark SQL when empty objects present
11+ https://github.com/elastic/elasticsearch-hadoop/issues/2157[#2157]
12+ * Always resolve current field name in SparkSQL when creating Row objects inside of arrays
13+ https://github.com/elastic/elasticsearch-hadoop/pull/2158[#2158]
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This section summarizes the changes in each release.
99[[release-notes-8]]
1010===== 8.x
1111
12+ * <<eshadoop-8.12.0>>
1213* <<eshadoop-8.11.4>>
1314* <<eshadoop-8.11.3>>
1415* <<eshadoop-8.11.2>>
@@ -99,6 +100,7 @@ Elasticsearch 5.3.1.
99100
100101////////////////////////
101102
103+ include::release-notes/8.12.0.adoc[]
102104include::release-notes/8.11.4.adoc[]
103105include::release-notes/8.11.3.adoc[]
104106include::release-notes/8.11.2.adoc[]
You can’t perform that action at this time.
0 commit comments