somandal commented on code in PR #10449:
URL: https://github.com/apache/pinot/pull/10449#discussion_r1147792552
##########
pinot-query-planner/src/test/resources/queries/WindowFunctionPlans.json:
##########
@@ -2165,6 +2165,24 @@
"sql": "EXPLAIN PLAN FOR SELECT MIN(a.col3) OVER(ORDER BY a.col3 RANGE
BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) FROM a",
"expectedException": "Error explain query plan for.*"
},
+ {
Review Comment:
Nope, I haven't made any additional planner side changes. We had already
added planner side support for `ORDER BY`
--
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]