Skip to content

Conversation

@yaeldekel
Copy link

Fixes #1809 .

Copy link
Contributor

@Ivanidzo4ka Ivanidzo4ka left a comment

Choose a reason for hiding this comment

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

:shipit:

private ValueGetter<VBuffer<TDst>> MakeVecGetter<TDst>(IRow input, int iinfo)
{
var srcGetter = input.GetGetter<VBuffer<TDst>>(iinfo);
var srcGetter = input.GetGetter<VBuffer<TDst>>(_srcCols[iinfo]);
Copy link
Member

@sfilipi sfilipi Dec 4, 2018

Choose a reason for hiding this comment

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

(_srcCols[iinfo]); [](start = 62, length = 18)

might be worth we check the other transforms for this bug... #WontFix

Copy link
Member

@sfilipi sfilipi left a comment

Choose a reason for hiding this comment

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

:shipit:

@yaeldekel yaeldekel merged commit 8a9b016 into dotnet:master Dec 4, 2018
@yaeldekel yaeldekel deleted the nadrop branch December 4, 2018 17:42
@ghost ghost locked as resolved and limited conversation to collaborators Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants