incubator-gluten icon indicating copy to clipboard operation
incubator-gluten copied to clipboard

Rewrite TakeOrderedAndProject in planning phase to expose the actual executed operators

Open ivoson opened this issue 1 year ago • 0 comments

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.

ivoson avatar Oct 15 '24 03:10 ivoson