dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.93k stars 1.86k forks source link

Incorrect work of DataFrame with VBuffer and String columns when number of elements is greater than Int.MaxValue #6850

Closed asmirnov82 closed 9 months ago

asmirnov82 commented 9 months ago

Incorrect work of DataFrame with VBufferDataFrameColumn and StringDataFrameColumn when number of elements is greater than Int.MaxValue

1) Fails with out of range for array exception 2) Incorrect indexing (similar to #6847)