Hi everyone,
I would like to start a discussion on "Subexpression elimination supporting
more physical operators"
Now spark only support subexpression elimination in ProjectExec and
AggregateExec. We can support improve subexpression elimination framework to
support more physical operato
Hello,
Spark sql rule RewriteDistinctAggregates will rewrite multiple distinct
expressions into two Aggregate nodes and a expand node.
The follow is the example in the class documentation, I wander if we can
reorder the second Aggregate node and the expand node and make the expand
generate fe