zhengruifeng commented on PR #42040: URL: https://github.com/apache/spark/pull/42040#issuecomment-1637866212
not sure whether this works: - for each analysis rule, if the plan is changed, check whether the output plan (as well as its descendents) contains all the planIDs from the input plan (as well as its descendents), if some planID are missing, attach the missing ones to the output plan; - we can still modify some rule if need; -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
