mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update AsynchronousInsertQueue.cpp
This commit is contained in:
parent
687942ce70
commit
a10bf550c4
@ -198,9 +198,6 @@ void AsynchronousInsertQueue::push(ASTPtr query, ContextPtr query_context)
|
||||
copyData(*read_buf, write_buf);
|
||||
}
|
||||
|
||||
std::cerr << "bytes.size: " << bytes.size() << "\n";
|
||||
std::cerr << "bytes: " << bytes << "\n";
|
||||
|
||||
if (auto quota = query_context->getQuota())
|
||||
quota->used(QuotaType::WRITTEN_BYTES, bytes.size());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user