Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ public abstract class ArrowBatchConverter {
}

/**
* Write and get at most {@code maxBatchRows} data. Return null when finishing writing current
* Write and get at most {@code maxBatchRows} data. Return null when finishing writing the current
* iterator.
*
* <p>NOTE: the returned value will be reused, and it's lifecycle is managed by this writer.
* <p>NOTE: The returned value will be reused, and its lifecycle is managed by this writer.
*/
@Nullable
public VectorSchemaRoot next(int maxBatchRows) {
Expand Down
Loading