Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: The test test_series.py::test_case_when fails on Unidist #6973

Open
3 tasks done
AndreyPavlenko opened this issue Feb 28, 2024 · 0 comments
Open
3 tasks done

BUG: The test test_series.py::test_case_when fails on Unidist #6973

AndreyPavlenko opened this issue Feb 28, 2024 · 0 comments
Labels
bug 🦗 Something isn't working unidist Related to unidist backend

Comments

@AndreyPavlenko
Copy link
Collaborator

Modin version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest released version of Modin.

  • I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)

Reproducible Example

Run the test test_series.py::test_case_when()

Issue Description

The with the new implementation #6972 of case_when(), the test fails on unidist. Currently, PandasQueryCompiler.case_when() defaults to Pandas for the Unidist engine.

Expected Behavior

The test passes.

Error Logs

File "/usr/share/miniconda3/envs/modin_on_unidist/lib/python3.9/site-packages/unidist/core/backends/mpi/core/controller/common.py", line 138, in pull_data
if info_package["package_type"] == common.MetadataPackage.SHARED_DATA:
TypeError: 'int' object is not subscriptable

Installed Versions

Replace this line with the output of pd.show_versions()

@AndreyPavlenko AndreyPavlenko added bug 🦗 Something isn't working unidist Related to unidist backend labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🦗 Something isn't working unidist Related to unidist backend
Projects
None yet
Development

No branches or pull requests

1 participant