Skip to content

Commit fd9bc2c

Browse files
committed
fix missing conflict
1 parent bc4fd69 commit fd9bc2c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,19 @@
3131
#include <Common/FieldAccurateComparison.h>
3232
#include <Processors/Formats/Impl/Parquet/ParquetRecordReader.h>
3333
#include <Processors/Formats/Impl/Parquet/parquetBloomFilterHash.h>
34-
<<<<<<< HEAD
3534
#include <Interpreters/Context.h>
36-
=======
3735
#include <Processors/Formats/Impl/ParquetFileMetaDataCache.h>
38-
>>>>>>> 51bf757e88b (Merge pull request #795 from Altinity/parquet_metadata_caching_forward_port_25.3)
3936
#include <Interpreters/convertFieldToType.h>
4037

4138
#include <boost/algorithm/string/case_conv.hpp>
4239

4340
namespace ProfileEvents
4441
{
4542
extern const Event ParquetFetchWaitTimeMicroseconds;
46-
<<<<<<< HEAD
4743
extern const Event ParquetReadRowGroups;
4844
extern const Event ParquetPrunedRowGroups;
49-
=======
5045
extern const Event ParquetMetaDataCacheHits;
5146
extern const Event ParquetMetaDataCacheMisses;
52-
>>>>>>> 51bf757e88b (Merge pull request #795 from Altinity/parquet_metadata_caching_forward_port_25.3)
5347
}
5448

5549
namespace CurrentMetrics

0 commit comments

Comments
 (0)