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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org