Skip to content

Conversation

@dimitris-athanasiou
Copy link
Contributor

This commit fixes a bug where fields containing comma (,) in their name would result in error when the _start or _explain APIs are called. If the field was comma,field for example, we would split the field into two tokens comma and field and thus the error would be that those fields could not be detected in the source index.

Closes #72541

This commit fixes a bug where fields containing comma (`,`) in their name
would result in error when the `_start` or `_explain` APIs are called.
If the field was `comma,field` for example, we would split the field
into two tokens `comma` and `field` and thus the error would be that
those fields could not be detected in the source index.

Closes elastic#72541
@elasticsearchmachine elasticsearchmachine added the Team:ML Meta label for the ML team label Nov 18, 2022
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

@elasticsearchmachine
Copy link
Collaborator

Hi @dimitris-athanasiou, I've created a changelog YAML for you.

Copy link

@droberts195 droberts195 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dimitris-athanasiou dimitris-athanasiou merged commit 46057a7 into elastic:main Nov 18, 2022
dimitris-athanasiou added a commit to dimitris-athanasiou/elasticsearch that referenced this pull request Nov 18, 2022
…ds (elastic#91710)

This commit fixes a bug where fields containing comma (`,`) in their name
would result in error when the `_start` or `_explain` APIs are called.
If the field was `comma,field` for example, we would split the field
into two tokens `comma` and `field` and thus the error would be that
those fields could not be detected in the source index.

Closes elastic#72541
dimitris-athanasiou added a commit to dimitris-athanasiou/elasticsearch that referenced this pull request Nov 18, 2022
…_fields

This commit fixes a bug where fields containing comma (`,`) in their name
would result in error when the `_start` or `_explain` APIs are called.
If the field was `comma,field` for example, we would split the field
into two tokens `comma` and `field` and thus the error would be that
those fields could not be detected in the source index.

Closes elastic#72541

Backport of elastic#91710
elasticsearchmachine pushed a commit that referenced this pull request Nov 18, 2022
…ds (#91710) (#91716)

This commit fixes a bug where fields containing comma (`,`) in their name
would result in error when the `_start` or `_explain` APIs are called.
If the field was `comma,field` for example, we would split the field
into two tokens `comma` and `field` and thus the error would be that
those fields could not be detected in the source index.

Closes #72541
@dimitris-athanasiou dimitris-athanasiou deleted the support-fields-with-commas-in-dfa-analyzed-fields branch November 18, 2022 17:03
craigtaverner added a commit to craigtaverner/elasticsearch that referenced this pull request Nov 21, 2022
craigtaverner added a commit that referenced this pull request Nov 21, 2022
* Regenerated release notes for three bug fixes

* #91659
* #91710
* #91622

* Added highlight notes for cartesian centroid and bounds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>bug :ml Machine learning Team:ML Meta label for the ML team v8.6.1 v8.7.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ML] Data frame analytics explain API errors if includes field contains a comma

3 participants