Skip to content

Conversation

NickCrews
Copy link
Contributor

Fixes #11602

@github-actions github-actions bot added the tests Issues or PRs related to tests label Sep 11, 2025
Copy link
Contributor

@JonAnCla JonAnCla left a comment

Choose a reason for hiding this comment

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

possible mistake in one of the unit tests here I think Nick?


expr = t.drop_null("a", how="all")
expected_schema = orig_schema
assert expr.schema() == expected_schema
Copy link
Contributor

Choose a reason for hiding this comment

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

might have misunderstood, but is this particular test right? if we drop nulls only in column "a", then "a" should be not null, even if how="all" is specified?

@NickCrews
Copy link
Contributor Author

Closing because I actually think this isn't the right behavior. See #11602

@NickCrews NickCrews closed this Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: duckdb backend breaks on nulls in memtable
2 participants