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

Skip ownership transfer test when using ray client to be compatible with Ray 2.4.0 #344

Closed kira-lin closed 1 year ago

kira-lin commented 1 year ago

As tested offline, ds.show will fail in Ray 2.4.0 when using ray client, without using RayDP.

See #343