mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Use correct order of fields in StorageURLSource
This commit is contained in:
parent
5bb20f4c1c
commit
c3e8825c8f
@ -228,12 +228,12 @@ private:
|
||||
bool need_only_count;
|
||||
size_t total_rows_in_file = 0;
|
||||
|
||||
Poco::Net::HTTPBasicCredentials credentials;
|
||||
|
||||
std::unique_ptr<ReadBuffer> read_buf;
|
||||
std::shared_ptr<IInputFormat> input_format;
|
||||
std::unique_ptr<QueryPipeline> pipeline;
|
||||
std::unique_ptr<PullingPipelineExecutor> reader;
|
||||
|
||||
Poco::Net::HTTPBasicCredentials credentials;
|
||||
};
|
||||
|
||||
class StorageURLSink : public SinkToStorage
|
||||
|
Loading…
Reference in New Issue
Block a user