Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingurney committed Dec 18, 2024
1 parent 1915da4 commit d3d5255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void RecordBatchStreamReader::readRecordBatch(
error::IPC_RECORD_BATCH_READ_FAILED);
}
// Even if the read was "successful", the resulting record batch may be empty,
// signalling the end of the stream.
// signaling the end of the stream.
if (!nextRecordBatch) {
context.error =
Error{error::IPC_END_OF_STREAM,
Expand Down

0 comments on commit d3d5255

Please sign in to comment.