Try fix check.

This commit is contained in:
Nikolai Kochetov 2020-11-11 12:46:36 +03:00
parent ac8b658a4a
commit 0410e383d9
10 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@
#include <Common/PODArray.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif
namespace DB

View File

@ -8,7 +8,7 @@
#include <IO/WriteHelpers.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif
namespace DB

View File

@ -21,7 +21,7 @@
#include <Common/HashTable/Hash.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif

View File

@ -9,7 +9,7 @@
#include <common/unaligned.h>
#include <ext/scope_guard.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif

View File

@ -8,7 +8,7 @@
#include <Columns/ColumnVectorHelper.h>
#include <Core/Field.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif

View File

@ -11,7 +11,7 @@
#include <ext/scope_guard.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif
#include <DataStreams/ColumnGathererStream.h>

View File

@ -10,7 +10,7 @@
#include <ext/scope_guard.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif
namespace DB

View File

@ -11,7 +11,7 @@
#include <common/unaligned.h>
#include <ext/scope_guard.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif

View File

@ -10,7 +10,7 @@
#include <Common/WeakHash.h>
#include <Core/Field.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif

View File

@ -18,7 +18,7 @@
#include <ext/scope_guard.h>
#include <pdqsort.h>
#if !defined(ARCADIA_BUILD)
#include <miniselect/floyd_rivest_select.h>
#include <miniselect/floyd_rivest_select.h> // Y_IGNORE
#endif
#ifdef __SSE2__