Skip to content

Commit

Permalink
Fix incorrect comment for multiple batch read test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Dec 18, 2024
1 parent 2c49160 commit 2868d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/test/arrow/io/ipc/tRecordBatchStreamReader.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function ReadOneBatchStreamFile(testCase, RecordBatchReadFcn)

function ReadMultipleBatchStreamFile(testCase, RecordBatchReadFcn)
% Verify read can successfully read an Arrow IPC Stream file
% containing zero batches.
% containing mulitple batches.
reader = arrow.io.ipc.RecordBatchStreamReader(testCase.MultipleBatchStreamFile);

expectedMatlabTable1 = table(["Row1"; "Row2"], single([1; 2]), VariableNames=["A", "B"]);
Expand Down

0 comments on commit 2868d0a

Please sign in to comment.