mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed style check
This commit is contained in:
parent
fbe65658a1
commit
61b36f22b8
@ -276,7 +276,6 @@ namespace
|
||||
{
|
||||
try
|
||||
{
|
||||
std::cerr << "SendDataThread task start" << std::endl;
|
||||
task();
|
||||
}
|
||||
catch (...)
|
||||
@ -442,8 +441,6 @@ namespace
|
||||
|
||||
void transform(Chunk & chunk) override
|
||||
{
|
||||
std::cerr << "SendingChunkHeaderTransform::transform " << chunk.getNumRows() << std::endl;
|
||||
|
||||
writeText(chunk.getNumRows(), *buffer);
|
||||
writeChar('\n', *buffer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user