Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Expanding avg(c1) to sum(c1) / count(c1) could introduce an extra Project node over Aggregate and thus prevent the optimization of doing Aggregate and Sort together on the server side.