Skip to content

test: fix polars test_concat_diagonal_invalid again#3451

Merged
dangotbanned merged 4 commits intomainfrom
test-fix-polars-bound
Feb 6, 2026
Merged

test: fix polars test_concat_diagonal_invalid again#3451
dangotbanned merged 4 commits intomainfrom
test-fix-polars-bound

Conversation

@dangotbanned
Copy link
Member

Description

Was so close in (#3434) to getting (#3407)

But fail ... maybe 5th's time the charm?

@dangotbanned dangotbanned added tests polars Issue is related to polars backend labels Feb 4, 2026
@FBruzzesi
Copy link
Member

Thanks @dangotbanned - I will run a few polars version to make sure we don't need to come bck to this again

)
context: Any
if impl.is_polars() and POLARS_VERSION < (1, 1): # pragma: no cover
if impl.is_polars() and POLARS_VERSION < (1, 18): # pragma: no cover
Copy link
Member

Choose a reason for hiding this comment

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

@dangotbanned it would have taken... 17 more attempts 😂

Copy link
Member Author

Choose a reason for hiding this comment

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

ahh, I guess we'd have returned to this rabbit hole the next time these were updated.
Thanks @FBruzzesi!

POLARS_VERSION = [
"0.20.4",
"0.20.5",
"0.20.6",
"0.20.7",
"0.20.8",
"0.20.9",
"0.20.10",
"0.20.13",
"0.20.14",
"0.20.15",
"0.20.16",
"0.20.17",
"0.20.18",
"0.20.19",
"0.20.21",
"0.20.22",
"0.20.23",
"0.20.25",
"0.20.26",
"0.20.30",
"0.20.31",
"1.0.0",
"1.1.0",
]

Copy link
Member

@FBruzzesi FBruzzesi left a comment

Choose a reason for hiding this comment

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

@dangotbanned dangotbanned merged commit 53e82f5 into main Feb 6, 2026
33 of 36 checks passed
@dangotbanned dangotbanned deleted the test-fix-polars-bound branch February 6, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

polars Issue is related to polars backend tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants