mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
getAllFiles now uses correct StreamInfo
This commit is contained in:
parent
f9c0c99f39
commit
3c77237dc4
@ -119,7 +119,7 @@ public:
|
||||
std::unique_ptr<LibArchiveReader::StreamInfo> rs;
|
||||
if(archive_read_function)
|
||||
{
|
||||
read_stream = std::make_unique<StreamInfo>(archive_read_function());
|
||||
rs = std::make_unique<StreamInfo>(archive_read_function());
|
||||
archive = openWithReader(&(*rs));
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user