-
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 the behavior or column SetName method #6676
Fix the behavior or column SetName method #6676
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6676 +/- ##
=======================================
Coverage 68.87% 68.88%
=======================================
Files 1216 1216
Lines 250915 250958 +43
Branches 26259 26261 +2
=======================================
+ Hits 172825 172865 +40
- Misses 71265 71274 +9
+ Partials 6825 6819 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
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 submitting this!
Hey @asmirnov82, looks like these changes are causing a stack overflow.
Can you take another look at it? You should be able to repro locally by running the tests in Microsoft.Data.Analysis.Tests. I'm not sure which test exactly is failing since its blowing up before its able to print out the test name. |
…lumn_renaming # Conflicts: # src/Microsoft.Data.Analysis/DataFrameColumnCollection.cs
Hello @michaelgsharp, stack overflow is fixed |
Merged into Generic Math branch. (This is just a note for myself) |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Add references to parent DataFrames inside the column. Column renaming updates metadata of all dataframes that this column belongs to.
Fixes #6129
Fixes #5916
Fixes #6682