Multiple 1.4.1
type stub issues
#124
dangotbanned
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Downstream in
narwhals
, I've got a PR open which is trying to adjust to the new stubs:duckdb>=1.4.1
typing & warnings narwhals-dev/narwhals#3189From #96 the issues we have seem to stem from (236713a) and (f5d4e42) after which we get a lot of false negatives on:
ConstantExpression
LambdaExpression
DuckDBPyType
Question
Does anyone have a preference for splitting these into individual issues/PRs?
I think the fixes I have for
ConstantExpression
+LambdaExpression
would be pretty minor.There's 1 or 2 examples for
ConstantExpression
in the test suite already 😉Show
ConstantExpression
DuckDBPyType
might be a little more involved, since it's an issue withchildren
.Also the way I've worked around it in
narwhals
probably wouldn't be the same thing I'd write in the stubsAnyways, thought I'd ask first before opening lots of issues 😄
Beta Was this translation helpful? Give feedback.
All reactions