Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In CALCITE-2206 was prevented pushing windowed aggregates down for the SqlDialect s which do not support windowed functions.
After these changes, JdbcProjectRule is matched only for the cases when SqlDialect supports windowed functions and project contains windowed functions:
return out.dialect.supportsWindowFunctions() && !RexOver.containsOver(project.getProjects(), null);
It causes unit tests failures seen on the master.
Attachments
Issue Links
- is related to
-
CALCITE-2206 JDBC adapter incorrectly pushes windowed aggregates down to HSQLDB
- Closed