peter-toth commented on pull request #31550: URL: https://github.com/apache/spark/pull/31550#issuecomment-782134479
> > So shall I open a [SPARK-29630](https://issues.apache.org/jira/browse/SPARK-29630) backport PR to 2.4? > > @peter-toth No need, the function is 2.4 is `verifyTemporaryObjectsNotExists`, just manually apply your changes to that function should be fine. Yes, found that, but the recursive `verify()` inside `verifyTemporaryObjectsNotExists()` is missing due to missing SPARK-29630 and without that function traversing the inner children would be an ugly change. > If we decided to not backport [SPARK-29630](https://issues.apache.org/jira/browse/SPARK-29630) to 2.4 at that time, we probably shouldn't backport this fix as well. 3.0 should be good enough. Ok. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
