[DOCS] Adds machine learning PRs to release notes (#46564)
This commit is contained in:
parent
07a0140260
commit
dea472c6fb
|
@ -7,6 +7,7 @@
|
||||||
This section summarizes the changes in each release.
|
This section summarizes the changes in each release.
|
||||||
|
|
||||||
* <<release-notes-7.4.0>>
|
* <<release-notes-7.4.0>>
|
||||||
|
* <<release-notes-7.3.2>>
|
||||||
* <<release-notes-7.3.1>>
|
* <<release-notes-7.3.1>>
|
||||||
* <<release-notes-7.3.0>>
|
* <<release-notes-7.3.0>>
|
||||||
* <<release-notes-7.2.1>>
|
* <<release-notes-7.2.1>>
|
||||||
|
|
|
@ -10,7 +10,7 @@ Also see <<breaking-changes-7.3,Breaking changes in 7.3>>.
|
||||||
=== Bug fixes
|
=== Bug fixes
|
||||||
|
|
||||||
Data Frame::
|
Data Frame::
|
||||||
* [ML-DataFrame] Fix off-by-one error in checkpoint operations_behind {pull}46235[#46235]
|
* Fix off-by-one error in checkpoint operations_behind {pull}46235[#46235]
|
||||||
|
|
||||||
Distributed::
|
Distributed::
|
||||||
* Update translog checkpoint after marking operations as persisted {pull}45634[#45634] (issue: {issue}29161[#29161])
|
* Update translog checkpoint after marking operations as persisted {pull}45634[#45634] (issue: {issue}29161[#29161])
|
||||||
|
@ -22,6 +22,9 @@ Engine::
|
||||||
Infra/Scripting::
|
Infra/Scripting::
|
||||||
* Fix bugs in Painless SCatch node {pull}45880[#45880]
|
* Fix bugs in Painless SCatch node {pull}45880[#45880]
|
||||||
|
|
||||||
|
Machine learning::
|
||||||
|
* Throw an error when a datafeed needs {ccs} but it is not enabled for the node {pull}46044[#46044]
|
||||||
|
|
||||||
SQL::
|
SQL::
|
||||||
* SQL: Fix issue with IIF function when condition folds {pull}46290[#46290] (issue: {issue}46268[#46268])
|
* SQL: Fix issue with IIF function when condition folds {pull}46290[#46290] (issue: {issue}46268[#46268])
|
||||||
* SQL: Fix issue with DataType for CASE with NULL {pull}46173[#46173] (issue: {issue}46032[#46032])
|
* SQL: Fix issue with DataType for CASE with NULL {pull}46173[#46173] (issue: {issue}46032[#46032])
|
||||||
|
|
Loading…
Reference in New Issue