Closed jianqiao closed 8 years ago
This PR is a quick fix to #212 that we retain at least one column from an Aggregate's child plan to survive the PruneColumns physical optimization.
Aggregate
PruneColumns
Thanks @jianqiao for the quick fix and the TODO note.
This PR is a quick fix to #212 that we retain at least one column from an
Aggregate
's child plan to survive thePruneColumns
physical optimization.