-
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
Reorganize dataframe files #6872
Reorganize dataframe files #6872
Conversation
…files # Conflicts: # src/Microsoft.Data.Analysis/DataFrameColumns/ArrowStringDataFrameColumn.cs # src/Microsoft.Data.Analysis/DataFrameColumns/StringDataFrameColumn.cs # src/Microsoft.Data.Analysis/DataFrameColumns/VBufferDataFrameColumn.cs # src/Microsoft.Data.Analysis/PrimitiveColumnContainer.cs
@michaelgsharp could you please take a look and approve while Jake is on vacation? There isn't any changes in the code. This PR reorganizes files inside dataframe project to simplify project structure and make it easier to change unit tests (and track these changes) in future development |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6872 +/- ##
==========================================
+ Coverage 69.40% 69.46% +0.06%
==========================================
Files 1238 1249 +11
Lines 249462 250702 +1240
Branches 25522 25875 +353
==========================================
+ Hits 173139 174154 +1015
- Misses 69578 69803 +225
Partials 6745 6745
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). |
Code is not changed. This PR only reorganizes files (moves all PrimitiveDataFrameColumns and internal util under separate folders, split unit tests into separate files based on the area being tested). The aim of this PR is to make futher development easier.