Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4.0-incubating
-
Component/s: None
-
Labels:None
Description
For instance,
select sum(deptno) over (order by sum(deptno) over(order by deptno)) from emp
This is an invalid query. However, it passes the validation.
Attachments
Issue Links
- relates to
-
CALCITE-806 ROW_NUMBER should emit distinct values
-
- Closed
-