gianm opened a new pull request, #18911:
URL: https://github.com/apache/druid/pull/18911

   PR #18875 caused a regression in WindowOperatorQuery planning, by causing 
non-outermost WindowOperatorQuery to be planned without 
windowFunctionOperatorTransformation (see #17443). This happened because only 
the outermost query has the windowFunctionOperatorTransformation parameter.
   
   This patch fixes the problem by propagating the context parameter from the 
outermost queries to any inner WindowOperatorQuery instances.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to