dongjoon-hyun commented on code in PR #53859:
URL: https://github.com/apache/spark/pull/53859#discussion_r2710505965
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/EnsureRequirements.scala:
##########
@@ -688,21 +691,40 @@ case class EnsureRequirements(
replicatePartitions = replicatePartitions
)
)
+ newScan.copyTagsFrom(scan)
Review Comment:
Ya, this sounds like a new `copyTagFrom`-related bug to me, too. In this
case, could you make a new JIRA issue (and its corresponding PR) for
traceability , @peter-toth ?
- https://github.com/apache/spark/pull/50862
- https://github.com/apache/spark/pull/34172
- https://github.com/apache/spark/pull/31260
--
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]