-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: isnull filter #2052
add: isnull filter #2052
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2052 +/- ##
==========================================
+ Coverage 90.51% 90.53% +0.01%
==========================================
Files 139 139
Lines 22405 22418 +13
==========================================
+ Hits 20280 20296 +16
+ Misses 2125 2122 -3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, suggest to just merge it.
@@ -29,5 +29,9 @@ def count(self, value: Any, /) -> int: ... | |||
def __reversed__(self) -> Iterator[_T_co]: ... | |||
|
|||
|
|||
def is_sequence_not_str(obj: Any) -> TypeGuard[SequenceNotStr]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
c02bf5f
to
e76a8f0
Compare
Part result from a Slack discussion: https://cognitedata.slack.com/archives/C03G11UNHBJ/p1732002134246659