You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix subquery over avg
The refactor in #477 introduces
a bug where subquery on top of avg produces wrong results.
This is because the parents are calculated before the query is rewritten,
so the new nodes end up with no parents.
Signed-off-by: Filip Petkovski <[email protected]>
* Fix lint
Signed-off-by: Filip Petkovski <[email protected]>
---------
Signed-off-by: Filip Petkovski <[email protected]>
0 commit comments