Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Transform] Fix bug when latest transform is used together with from parameter #104606

Merged
merged 4 commits into from
Jan 22, 2024

Conversation

przemekwitek
Copy link
Contributor

@przemekwitek przemekwitek commented Jan 22, 2024

Currently, when latest transform is used together with from parameter, the java.lang.UnsupportedOperationException is being thrown by the indexer.
This PR fixes it so that no error is thrown and results are as expected.

Closes #104543

@przemekwitek przemekwitek changed the title [Transform] Fix bug when latest transform is used together with from parameter [Transform] Fix bug when latest transform is used together with from parameter Jan 22, 2024
@elasticsearchmachine
Copy link
Collaborator

Hi @przemekwitek, I've created a changelog YAML for you.

@elasticsearchmachine
Copy link
Collaborator

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

Copy link
Contributor

@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

@przemekwitek przemekwitek merged commit de25e1c into elastic:main Jan 22, 2024
15 checks passed
@przemekwitek przemekwitek deleted the fix_latest_from_bug branch January 22, 2024 16:05
przemekwitek added a commit to przemekwitek/elasticsearch that referenced this pull request Jan 22, 2024
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :ml/Transform Transform Team:ML Meta label for the ML team v8.12.1 v8.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Transform] latest transform does not work when started with from parameter
3 participants