Skip to content

Commit

Permalink
Fix incorrect comment for hasnext method test case.
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Gilmore <[email protected]>
  • Loading branch information
kevingurney and sgilmore10 authored Dec 18, 2024
1 parent 2868d0a commit 4c6af41
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 @@ -187,7 +187,7 @@ function HasNext(testCase, RecordBatchReadFcn)
testCase.verifyEqual(iterations, 0);

reader = arrow.io.ipc.RecordBatchStreamReader(testCase.OneBatchStreamFile);
% hasnext should return true 0 times for a 1 batch file.
% hasnext should return true 1 time for a 1 batch file.
iterations = 0;
while reader.hasnext()
RecordBatchReadFcn(reader);
Expand Down

0 comments on commit 4c6af41

Please sign in to comment.