File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/Processors/Formats/Impl Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 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
4340namespace 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
5549namespace CurrentMetrics
You can’t perform that action at this time.
0 commit comments