[SPARK-55113][SQL] EnsureRequirements should copy tags#53884
[SPARK-55113][SQL] EnsureRequirements should copy tags#53884peter-toth wants to merge 1 commit intoapache:masterfrom
EnsureRequirements should copy tags#53884Conversation
JIRA Issue Information=== Bug SPARK-55113 === This comment was automatically generated by GitHub Actions |
allisonwang-db
left a comment
There was a problem hiding this comment.
Can we add a test if possible?
Unfortunately, I don't have any concrete tests that exposes the bug with not copying the tags in |
|
Thanks for the review! Merged to |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @peter-toth and @HyukjinKwon .
What changes were proposed in this pull request?
This is a minor fix of
EnsureRequirementsto make sure copied scan nodes inherit the tags from original ones in SPJ functions.Why are the changes needed?
Fix possible bugs.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing tests.
Was this patch authored or co-authored using generative AI tooling?
No.