incubator-gluten
incubator-gluten copied to clipboard
Rewrite TakeOrderedAndProject in planning phase to expose the actual executed operators
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.