You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Making the transformer plan log more obvious. Plan for sql
Are you proposing to use NativeFileScan to name the plan node to distinguish with Spark's? It can be achieved by overriding nodeName method. Looks reasonable. I am not quite sure why ^ is replacing * in your proposal. Any reasons?
Using ^ , so we can distinguish plan between whole stage codegen and whole stage transformer.
In spark plan , * usually means the plan node is codegened, same ID means they are in the same whole stage codegen.
We can keep the ID part, but use a ^ or other symbols instead.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Making the transformer plan log more obvious. Plan for sql
Now is
A more obvious one will look like this
The text was updated successfully, but these errors were encountered: