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
When packaging apache beam 2.62 in nix ( NixOS/nixpkgs#379201 ), around 70 tests fail with a single error AttributeError: 'MaybeReshuffle' object has no attribute 'side_inputs'.
One potential reason for this error is dependencies conflict or not proper installation of any dependency. You should see more information in stack trace. In my case, pyarrow was creating issue. So, I re-install it: pip install pyarrow and error got resolved.
Please check the stack trace. You will get the idea which dependency is creating issue.
Wondering if there's any more info on this, because I'm running into it to when upgrading from 2.60.0 to 2.64.0. Any test using TestPipeline fails with AttributeError: 'MaybeReshuffle' object has no attribute 'side_inputs'.
Can you please try clearing your dependency cache and reinstalling beam + dependencies ? If it does not work, try with some different python version. (For example 3.9.2)
Hello,
This issue was opened in the context of apache-beam packaging in the nixpkgs software repository.
We (package maintainers) are observing that these tests fail and we have thus disabled them. We run the test suite of all python packages to ensure that we have packaged them correctly.
Can you please try clearing your dependency cache and reinstalling beam + dependencies ?
Due to the nature of the nix builder itself, there is no polluting dependency cache to clear. The environment in which the package is tested only contains the dependencies that we have explicitly listed.
If it does not work, try with some different python version. (For example 3.9.2)
We currently support the python 3.12 and python 3.13 interpreters and are ensuring that all python packages function correctly against these versions.
What happened?
When packaging apache beam 2.62 in nix ( NixOS/nixpkgs#379201 ), around 70 tests fail with a single error
AttributeError: 'MaybeReshuffle' object has no attribute 'side_inputs'
.The list is below. Thanks for your help
Issue Failure
Failure: Test is flaky
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
The text was updated successfully, but these errors were encountered: