kgyrtkirk commented on code in PR #15086:
URL: https://github.com/apache/druid/pull/15086#discussion_r1347895183
##########
sql/src/test/resources/calcite/tests/window/no_grouping.sqlTest:
##########
@@ -3,7 +3,7 @@ type: "operatorValidation"
sql: |
SELECT
m1,
- COUNT(m1) OVER () cc
Review Comment:
...actually retaining the `COUNT` here was leading to a difference in the
plans (and/or possibly to a bug) ; the goal in this patch was to enable the
checks back - from the standpoint of this test the important thing is to run a
query with at least 1 window function without any `group by` clauses
--
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]