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 does not easily reproduce for me in the local mode. To reproduce with Spark 3.5.0 locally, run against a local-cluster with at least 2 executors using the following command presuming you have installed pytest-repeat because it may take several iterations
The problem is one of ordering. It becomes very apparent when updating the projection to include the original input value and increasing the number of executors.
I think it has to be because of the repartition(1) in the test. A project should maintain the order, but a repartition has races in it. Why do we have that in it?
Describe the bug
Failed integration test. Pipeline: rapids_it-MT-egx06-standalone
Details:
Steps/Code to reproduce bug
Integration test
Expected behavior
Should pass
The text was updated successfully, but these errors were encountered: