wilmerdooley commented on PR #56632: URL: https://github.com/apache/spark/pull/56632#issuecomment-4760475665
You're right, my mistake. The trait I meant is ShuffleExchangeLike (in ShuffleExchangeExec.scala), not ShuffleLike, which doesn't exist. I've corrected the title and description. The parallel: the AQE rules match on ShuffleExchangeLike instead of the concrete ShuffleExchangeExec, so alternative shuffle implementations are recognized, and SortLike gives sort operators the same. Does that framing work for you? -- 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]
