Closed
Description
It seems some scenarios cause this error after looking at this StackOverflow question.
at System.Threading.Channels.AsyncOperation.ThrowIncompleteOperationException() at System.Threading.Channels.AsyncOperation1.GetResult(Int16 token) at Microsoft.ML.Transforms.RowShufflingTransformer.Cursor.MoveNextCore()
This seems to be caused by a change I added in #5123.
Tagging @eerhardt @harishsk for visibility. I'll work on a fix for this.