Skip to content

Commit 2868d0a

Browse files
committed
Fix incorrect comment for multiple batch read test case.
1 parent 2c49160 commit 2868d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/test/arrow/io/ipc/tRecordBatchStreamReader.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function ReadOneBatchStreamFile(testCase, RecordBatchReadFcn)
155155

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

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

0 commit comments

Comments
 (0)