mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
First look
This commit is contained in:
parent
32bd94a84b
commit
6f5b4ba49e
@ -509,6 +509,9 @@ Pipe StorageFile::read(
|
||||
else
|
||||
return metadata_snapshot->getColumns();
|
||||
};
|
||||
if (!fs::is_regular_file(this_ptr->table_fd)) {
|
||||
|
||||
}
|
||||
pipes.emplace_back(std::make_shared<StorageFileSource>(
|
||||
this_ptr, metadata_snapshot, context, max_block_size, files_info, get_columns_for_format()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user