-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fix broken inheritance from DataFrameColumn class #7324
Fix broken inheritance from DataFrameColumn class #7324
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7324 +/- ##
=======================================
Coverage 68.88% 68.88%
=======================================
Files 1470 1470
Lines 274005 274005
Branches 28403 28403
=======================================
+ Hits 188736 188739 +3
+ Misses 77950 77949 -1
+ Partials 7319 7317 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
LGTM. Thanks for the quick fix!
Merging on red as test failures are known issues not related to this PR and we don't have BuildAnalysis set up yet to green the checks yet. |
Fixes #7323