You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that PR #52 introduced a bug which made it fails on spark 3.4 and 3.5.
Py4JError: An error occurred while calling o8485.cpus. Trace:
py4j.Py4JException: Method cpus([class java.lang.Integer]) does not exist
at py4j.reflection.ReflectionEngine.getMethod(ReflectionEngine.java:321)
at py4j.reflection.ReflectionEngine.getMethod(ReflectionEngine.java:329)
at py4j.Gateway.invoke(Gateway.java:274)
at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
at py4j.commands.CallCommand.execute(CallCommand.java:79)
at py4j.GatewayConnection.run(GatewayConnection.java:238)
at java.base/java.lang.Thread.run(Thread.java:829)
It seems that PR #52 introduced a bug which made it fails on spark 3.4 and 3.5.
@lu-wang-dl , @WeichenXu123 , could you please take a look at this? Thank you very much!
The text was updated successfully, but these errors were encountered: