fix the inaccurate comments (#10617)
Co-authored-by: hucheng01 <hucheng01@baidu.com>
This commit is contained in:
@ -258,7 +258,7 @@ Status FileScanNode::scanner_scan(const TFileScanRange& scan_range, ScannerCount
|
||||
// Queue size Must be smaller than _max_buffered_batches
|
||||
_block_queue.push_back(block);
|
||||
|
||||
// Notify reader to
|
||||
// Notify reader to process
|
||||
_queue_reader_cond.notify_one();
|
||||
}
|
||||
return Status::OK();
|
||||
|
||||
Reference in New Issue
Block a user