Skip to content

Avoid Boxing/Unboxing on accessing elements of VBufferDataFrameColumn - #6865

Merged
JakeRadMSFT merged 1 commit into
dotnet:mainfrom
asmirnov82:avoid_boxing_for_vbuffer_column
Oct 16, 2023
Merged

Avoid Boxing/Unboxing on accessing elements of VBufferDataFrameColumn#6865
JakeRadMSFT merged 1 commit into
dotnet:mainfrom
asmirnov82:avoid_boxing_for_vbuffer_column

Conversation

@asmirnov82

Copy link
Copy Markdown
Contributor

Fixes #6864

@codecov

codecov Bot commented Oct 16, 2023

Copy link
Copy Markdown

Codecov Report

Merging #6865 (c77f5f7) into main (9c183fc) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #6865      +/-   ##
==========================================
- Coverage   69.64%   69.63%   -0.01%     
==========================================
  Files        1237     1237              
  Lines      247636   247629       -7     
  Branches    25431    25430       -1     
==========================================
- Hits       172464   172437      -27     
- Misses      68561    68578      +17     
- Partials     6611     6614       +3     
Flag Coverage Δ
Debug 69.63% <100.00%> (-0.01%) ⬇️
production 64.17% <100.00%> (-0.02%) ⬇️
test 88.89% <ø> (ø)

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

Files Coverage Δ
...icrosoft.Data.Analysis/PrimitiveDataFrameColumn.cs 73.56% <100.00%> (+0.12%) ⬆️

... and 6 files with indirect coverage changes

@JakeRadMSFT
JakeRadMSFT merged commit 766569b into dotnet:main Oct 16, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

2 participants