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

Fix binops with one partition #1143

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Fix binops with one partition #1143

wants to merge 1 commit into from

Conversation

phofl
Copy link
Collaborator

@phofl phofl commented Oct 4, 2024

@@ -2674,3 +2674,32 @@ def test_to_backend_simplify():
assert str(df2.expr) != str(df[["y"]].expr)
df3 = df2.simplify()
assert str(df3.expr) == str(df[["y"]].expr)


def test_add_different_index_one_partition():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell, this test passes for me on main - Is that expected?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a good chance that #1150 fixed this

@phofl phofl marked this pull request as draft October 17, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants