You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core] Fix TThreadExecutor's MapReduce on vectors with chunks
The last chunk of partial results of MapReduce with std::vectors had the
size of all other chunks. This is dangerous, since the default vector
values might cause unexpected results of the Reduce function.
Test added to verify the correctness.
0 commit comments