Skip to content

Commit 01d92c1

Browse files
committed
try to fix build
1 parent db9914e commit 01d92c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Storages/StorageURL.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ std::function<void(std::ostream &)> IStorageURLBase::getReadPOSTDataCallback(
800800
return nullptr;
801801
}
802802

803-
namespace
803+
namespace internal
804804
{
805805
class ReadBufferIterator : public IReadBufferIterator, WithContext
806806
{
@@ -1049,7 +1049,7 @@ std::pair<ColumnsDescription, String> IStorageURLBase::getTableStructureAndForma
10491049
else
10501050
urls_to_check = {uri};
10511051

1052-
ReadBufferIterator read_buffer_iterator(urls_to_check, format, compression_method, headers, format_settings, context);
1052+
internal::ReadBufferIterator read_buffer_iterator(urls_to_check, format, compression_method, headers, format_settings, context);
10531053
if (format)
10541054
return {readSchemaFromFormat(*format, format_settings, read_buffer_iterator, context), *format};
10551055
return detectFormatAndReadSchema(format_settings, read_buffer_iterator, context);

0 commit comments

Comments
 (0)