Skip to content

Conversation

edsavage
Copy link
Contributor

@edsavage edsavage commented Nov 27, 2024

Sort in reindex is deprecated. This PR removes its use from within the reindexing step of dataframe analytics.

Testing indicates that having the destination index sorted is a "nice to have" and not necessary for the DFA functionality to succeed.

Sort in reindex is deprecated. This PR naively removes its use from within the reindexing step of dataframe analytics. Although this doesn't appear to have broken fundamental functionality, creating this PR as a draft initially to smoke out any unforeseen consequences.
@edsavage edsavage added :ml Machine learning v9.0.0 v8.18.0 labels Nov 27, 2024
@edsavage edsavage marked this pull request as ready for review November 27, 2024 22:18
@elasticsearchmachine
Copy link
Collaborator

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

@elasticsearchmachine elasticsearchmachine added the Team:ML Meta label for the ML team label Nov 27, 2024
@elasticsearchmachine
Copy link
Collaborator

Hi @edsavage, I've created a changelog YAML for you. Note that since this PR is labelled >deprecation, you need to update the changelog YAML to fill out the extended information sections.

@elasticsearchmachine
Copy link
Collaborator

Hi @edsavage, I've updated the changelog YAML for you.

Copy link
Contributor

@valeriy42 valeriy42 left a comment

Choose a reason for hiding this comment

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

LGTM. Good work finding it! 🚀

@edsavage edsavage merged commit 2895f1e into elastic:main Nov 28, 2024
16 checks passed
edsavage added a commit to edsavage/elasticsearch that referenced this pull request Nov 28, 2024
Sort in reindex is deprecated. This PR removes its use from within the reindexing step of dataframe analytics. Testing indicates that having the destination index sorted is a "nice to have" and not necessary for the DFA functionality to succeed.
edsavage added a commit that referenced this pull request Nov 29, 2024
Sort in reindex is deprecated. This PR removes its use from within the reindexing step of dataframe analytics. Testing indicates that having the destination index sorted is a "nice to have" and not necessary for the DFA functionality to succeed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>enhancement :ml Machine learning Team:ML Meta label for the ML team v8.18.0 v9.0.0

3 participants