fix the inaccurate comments (#10617)

Co-authored-by: hucheng01 <hucheng01@baidu.com>
This commit is contained in:
carlvinhust2012
2022-07-06 17:54:43 +08:00
committed by GitHub
parent b4c5dfc28e
commit cff9ffa0e1
5 changed files with 5 additions and 5 deletions

View File

@ -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();