oap-project / raydp

RayDP provides simple APIs for running Spark on Ray and integrating Spark with AI libraries.
Apache License 2.0
293 stars 66 forks source link

Added possibility to set custom actor owner when convert spark dataframe to ray dataset #376

Closed max-509 closed 8 months ago

max-509 commented 10 months ago

Pull request with changes described in this issue

kira-lin commented 8 months ago

Hi @max-509 Thanks for the PR! Sorry for the late reply, I've been working on other projects. The PR looks good, but can you fix the CI? It failed because test_data_ownership_transfer is still using _use_owner

max-509 commented 8 months ago

Hello @kira-lin It's okay that you answered later, I was busy too. I fixed CI, you can check.

kira-lin commented 8 months ago

Thanks!