Remove unnecessary include

This commit is contained in:
Kruglov Pavel 2022-05-18 17:44:39 +02:00 committed by GitHub
parent ff59ccd3c7
commit d81616ff65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,6 @@
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/case_conv.hpp> #include <boost/algorithm/string/case_conv.hpp>
#include <Common/logger_useful.h>
/// UINT16 and UINT32 are processed separately, see comments in readColumnFromArrowColumn. /// UINT16 and UINT32 are processed separately, see comments in readColumnFromArrowColumn.
#define FOR_ARROW_NUMERIC_TYPES(M) \ #define FOR_ARROW_NUMERIC_TYPES(M) \