mars
mars copied to clipboard
MapChunk Operand Closure and Callable cleanup
What do these changes do?
This PR extends application of Apply Operand Closure cleanup to DataFrameMapChunk Operand as well as Callable and furthermore calculates func size with more accuracy.
Lifecycle management of UDF was implemented in commit 243965c but will be reverted due to refinements introduced in PR #3254.
Related issue number
#3193
Check code requirements
- [x] tests added / passed (if needed)
- [x] Ensure all linting tests pass, see here for how to run them