walterddr commented on code in PR #10449:
URL: https://github.com/apache/pinot/pull/10449#discussion_r1147759188


##########
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:
   do we have any non-exception test cases we want to enable?



-- 
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