mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #67455 from ClickHouse/correct-member-order
Use correct order of fields in `StorageURLSource`
This commit is contained in:
commit
7de50953c2
@ -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