Skip to content
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 inconsistency in DataFrameColumns Clone API implementation #7100

Merged

Conversation

asmirnov82
Copy link
Contributor

There are no breaking changes on Public API, mosty only internal implementation is changed

Fixes #7092

@asmirnov82
Copy link
Contributor Author

@JakeRadMSFT

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

Attention: Patch coverage is 78.75000% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 68.46%. Comparing base (79b5475) to head (69e2374).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7100      +/-   ##
==========================================
- Coverage   68.46%   68.46%   -0.01%     
==========================================
  Files        1263     1263              
  Lines      254956   254945      -11     
  Branches    26352    26353       +1     
==========================================
- Hits       174552   174542      -10     
+ Misses      73698    73697       -1     
  Partials     6706     6706              
Flag Coverage Δ
Debug 68.46% <78.75%> (-0.01%) ⬇️
production 62.85% <78.75%> (-0.01%) ⬇️
test 88.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/Microsoft.Data.Analysis/DataFrameColumn.cs 63.17% <100.00%> (+0.33%) ⬆️
...Analysis/DataFrameColumns/StringDataFrameColumn.cs 71.17% <100.00%> (-0.44%) ⬇️
...icrosoft.Data.Analysis/PrimitiveDataFrameColumn.cs 72.44% <78.94%> (-0.09%) ⬇️
...nalysis/DataFrameColumns/VBufferDataFrameColumn.cs 44.60% <61.53%> (-1.18%) ⬇️
...sis/DataFrameColumns/ArrowStringDataFrameColumn.cs 63.17% <68.00%> (-0.38%) ⬇️

... and 2 files with indirect coverage changes

Copy link
Member

@michaelgsharp michaelgsharp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Can you resolve the conflicts @asmirnov82? They might have come from me just merging in your other PR.

# Conflicts:
#	src/Microsoft.Data.Analysis/DataFrameColumns/ArrowStringDataFrameColumn.cs
#	src/Microsoft.Data.Analysis/PrimitiveDataFrameColumn.cs
@asmirnov82
Copy link
Contributor Author

asmirnov82 commented Apr 3, 2024

Looks good to me. Can you resolve the conflicts @asmirnov82? They might have come from me just merging in your other PR.

Thanks, Michael. Conflicts are resolved now

@JakeRadMSFT JakeRadMSFT merged commit 07eb681 into dotnet:main Apr 5, 2024
25 checks passed
@asmirnov82 asmirnov82 deleted the 7092_dataframe_inconsistent_clone branch April 5, 2024 20:21
@github-actions github-actions bot locked and limited conversation to collaborators May 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent dataframe columns API for Clone functionality
3 participants