diff --git a/dbms/src/Interpreters/ExpressionJIT.cpp b/dbms/src/Interpreters/ExpressionJIT.cpp index d30ecc7c65a..139df9b2944 100644 --- a/dbms/src/Interpreters/ExpressionJIT.cpp +++ b/dbms/src/Interpreters/ExpressionJIT.cpp @@ -20,6 +20,14 @@ #pragma GCC diagnostic ignored "-Wunused-parameter" #pragma GCC diagnostic ignored "-Wnon-virtual-dtor" +/** Y_IGNORE marker means that this header is not analyzed by Arcadia build system. + * "Arcadia" is the name of internal Yandex source code repository. + * ClickHouse have limited support for build in Arcadia + * (ClickHouse source code is used in another Yandex products as a library). + * Some libraries are not enabled when build inside Arcadia is used, + * that what does Y_IGNORE indicate. + */ + #include // Y_IGNORE #include // Y_IGNORE #include // Y_IGNORE