Originally posted by @dangotbanned in #124
Downstream in narwhals, I've got a PR open which is trying to adjust to the new stubs:
From #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
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 with children.
Also the way I've worked around it in narwhals probably wouldn't be the same thing I'd write in the stubs
Originally posted by @dangotbanned in #124
Downstream in
narwhals, I've got a PR open which is trying to adjust to the new stubs:duckdb>=1.4.1typing & 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:
ConstantExpressionLambdaExpressionDuckDBPyTypeI think the fixes I have for
ConstantExpression+LambdaExpressionwould be pretty minor.There's 1 or 2 examples for
ConstantExpressionin the test suite already 😉Show
ConstantExpressionDuckDBPyTypemight be a little more involved, since it's an issue withchildren.Also the way I've worked around it in
narwhalsprobably wouldn't be the same thing I'd write in the stubs