[spell] Fix spell error in row_batch.h (#10109)
This commit is contained in:
@ -304,7 +304,7 @@ Status BrokerScanNode::scanner_scan(const TBrokerScanRange& scan_range,
|
||||
}
|
||||
|
||||
// This row batch has been filled up, and break this
|
||||
if (row_batch->is_full() || row_batch->is_full_uncommited()) {
|
||||
if (row_batch->is_full() || row_batch->is_full_uncommitted()) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user