Skip to content

[8.18][ML] Remove deprecated sort from reindex operation (#117606)#117730

Merged
edsavage merged 1 commit intoelastic:8.xfrom
edsavage:8_18_remove_sort_from_dataframe_reindex_step
Nov 29, 2024
Merged

[8.18][ML] Remove deprecated sort from reindex operation (#117606)#117730
edsavage merged 1 commit intoelastic:8.xfrom
edsavage:8_18_remove_sort_from_dataframe_reindex_step

Conversation

@edsavage
Copy link
Contributor

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.

Backports #117606

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 edsavage merged commit a3623cd into elastic:8.x Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant