manuzhang edited a comment on pull request #29593:
URL: https://github.com/apache/spark/pull/29593#issuecomment-685576622


   > Maybe just a trick in EnsureRequirements for now by doing 
`operator.copyTagsFrom(child)`
   
   This fails test as `Aggregate` still links to `Repartition`
   
   > Can we unset and set the logical link tag?
   
   Do you mean `operator.setTagValue(SparkPlan.LOGICAL_PLAN_TAG, 
child.getTagValue(SparkPlan.LOGICAL_PLAN_TAG))` ? This doesn't compile.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to