cloud-fan commented on PR #35214: URL: https://github.com/apache/spark/pull/35214#issuecomment-1663263552
`df.union` can break caching by design, but it was to optimize a special df pattern `df1.union(df2).union(df3).union...`. This PR does make it worse as `df.union` can break caching more. I'm working on a fix to make `df.union` targeting the special df pattern it was designed to optimize. -- 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]
