Skip to content

Commit

Permalink
Update SharedQueryBlockInputStream.h
Browse files Browse the repository at this point in the history
  • Loading branch information
windtalker authored Aug 26, 2021
1 parent 2194c9d commit 18ea790
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dbms/src/DataStreams/SharedQueryBlockInputStream.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
#pragma once

#include <Common/ConcurrentBoundedQueue.h>
<<<<<<< HEAD
#include <common/logger_useful.h>
=======
#include <Common/ThreadFactory.h>
>>>>>>> 5ecb23a58 (fix bug that SharedQueryBlockInputStream may loss block randomly (#2759))
#include <Common/typeid_cast.h>
#include <DataStreams/IProfilingBlockInputStream.h>
#include <common/logger_useful.h>

#include <thread>

Expand Down

0 comments on commit 18ea790

Please sign in to comment.