timsaucer commented on PR #1541: URL: https://github.com/apache/datafusion-python/pull/1541#issuecomment-4459740344
@ntjohnson1 here is the diff for the follow on PR: https://github.com/timsaucer/datafusion-python/pull/3 That's targeting this PR's branch so you can see just the delta to add the pickle expression support. But with that PR we get pickling for all types of UDFs (scalar, aggregate, and window). Specifically you can see the multiprocessing in this test file: https://github.com/timsaucer/datafusion-python/blob/e594cbee31feb8f93849b9386e1fb63531ea06f5/python/tests/test_pickle_multiprocessing.py -- 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]
