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
Describe the bug
I have not been able to reproduce this on my desktop. But we had an arm64 build with Spark 3.4.2 and deltalake 2.4.0 fail the following tests.
In all of these cases it appears that some of the data was partitioned slightly differently. I know that @jlowe was working on a fix for some deltalake issues where we got unlucky and the order of the files read was non-deterministic because the sizes matched exactly. I am not sure if that is the case here, or if something else is happening. Especially for the delete case.
The text was updated successfully, but these errors were encountered:
This is the same root cause as described at #9884 (comment). Two files created during setup have the exact same filesize, so when it tries to order them by size it's non-deterministic.
Describe the bug
I have not been able to reproduce this on my desktop. But we had an arm64 build with Spark 3.4.2 and deltalake 2.4.0 fail the following tests.
In all of these cases it appears that some of the data was partitioned slightly differently. I know that @jlowe was working on a fix for some deltalake issues where we got unlucky and the order of the files read was non-deterministic because the sizes matched exactly. I am not sure if that is the case here, or if something else is happening. Especially for the delete case.
The text was updated successfully, but these errors were encountered: