Skip to content

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
Development

Successfully merging this pull request may close these issues.

When adding collumns from 2 dataframes will not compute in some instances, fix for one instance seems to break the other
2 participants