peter-toth edited a comment on pull request #32298: URL: https://github.com/apache/spark/pull/32298#issuecomment-1077733549
@sigmod, - https://github.com/apache/spark/pull/32298/commits/96d0cabef001960ace0b193b01863a8377f78b6f changes the implementation to use CTE nodes. - https://github.com/apache/spark/pull/32298/commits/a57ed32588b8df6e3d5bafbba950c96fa48181a9 adds the flag to `CTERelationRef` and changes `WithCTEStrategy` to avoid extra shuffles if the CTE is used as a subquery. I updated the PR description and benchmark results too. -- 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]
