-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[Transform] disable optimizations when using scripts in group_by #60724
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
Conversation
Pinging @elastic/ml-core (:ml/Transform) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
) disable optimizations when using scripts in group_by, when scripts using scripts we can not predict the outcome and we have no query counterpart. Other optimizations for other group_by's are not affected. fixes #57332
leftover from a previous solution of elastic#57332, which has been discarded relates elastic#60724 fixes elastic#60794
Hi, We are affected by this issue on Elastic Cloud. Is there any ETA for the release of 7.10? Thanks |
@henryju sorry for the late reply, I was OOF. We revisited the backport and revised our original decision. I can not give you any information about release dates. However, the backport to |
disable optimizations when using scripts in group_by, when scripts using scripts we can not predict the
outcome and we have no query counterpart. Other optimizations for other group_by's are not affected.
fixes #57332
Note: if no group_by is optimized, a warning is created (introduced in #59591)