mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
Fix build
This commit is contained in:
parent
720310fcf1
commit
cae1517693
@ -479,7 +479,7 @@ ColumnsDescription IStorageURLBase::getTableStructureFromData(
|
||||
else
|
||||
{
|
||||
auto parsed_uri = Poco::URI(uri);
|
||||
setCredentials(credentials, parsed_uri);
|
||||
StorageURLSource::setCredentials(credentials, parsed_uri);
|
||||
read_buffer_creator = [&]()
|
||||
{
|
||||
return wrapReadBufferWithCompressionMethod(
|
||||
|
Loading…
Reference in New Issue
Block a user