mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Common order of precompiled checks
This commit is contained in:
parent
02e12215e7
commit
7b23844b32
@ -1,6 +1,6 @@
|
||||
#include "ArrowBufferedStreams.h"
|
||||
|
||||
#if USE_PARQUET || USE_ARROW || USE_ORC
|
||||
#if USE_ARROW || USE_ORC || USE_PARQUET
|
||||
|
||||
#include <IO/ReadBufferFromFileDescriptor.h>
|
||||
#include <IO/WriteBufferFromString.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include "config_formats.h"
|
||||
#if USE_PARQUET || USE_ARROW || USE_ORC
|
||||
#if USE_ARROW || USE_ORC || USE_PARQUET
|
||||
|
||||
#include <IO/ReadBuffer.h>
|
||||
#include <IO/SeekableReadBuffer.h>
|
||||
|
Loading…
Reference in New Issue
Block a user