Rewrite TakeOrderedAndProject in planning phase to expose the actual executed operators
Open
enhancement
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 80
Description
### Description
Currently when compute `TakeOrderedAndProjectExecTransformer`, the logic within the RDD computing includes rewriting/building query plans and generate new RDDs. This is not a common practice processing sql operators. And the final executed plan and metrics information won't be shown accurately.
Contributor guide
Assessment
This issue has not been assessed yet.