We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f740e07 commit 85c4711Copy full SHA for 85c4711
src/csharp/Microsoft.Spark.Worker.UnitTest/TaskRunnerTests.cs
@@ -36,7 +36,7 @@ public void TestTaskRunner()
36
37
payloadWriter.WriteTestData(outputStream);
38
// Now process the bytes flowing in from the client.
39
- var rowsReceived = PayloadReader.Read(inputStream);
+ List<object[]> rowsReceived = PayloadReader.Read(inputStream);
40
41
// Validate rows received.
42
Assert.Equal(10, rowsReceived.Count);
0 commit comments