zhengruifeng commented on PR #44455: URL: https://github.com/apache/spark/pull/44455#issuecomment-1867198995
[this](https://github.com/apache/spark/pull/44454) is the normally approach to fix missing `plan_id` issue: 1, figure out what rules drop the `plan_id` tag; 2, use `copyTagsFrom` to copy the tag from old plan to new plan; Both `UnpivotCoercion` and `ResolveUnpivot` leverage `resolveOperatorsDownWithPruning`, so I'm trying to fix it by making `resolveOperatorsDownWithPruning` keep the `plan_id` tag; cc @cloud-fan @HyukjinKwon -- 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]
