Update ReadBufferFromRemoteFSGather.h

This commit is contained in:
alesapin 2022-04-08 16:41:37 +02:00 committed by GitHub
parent 60e36abfe9
commit 4a03402da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,6 @@ namespace Poco { class Logger; }
namespace DB
{
/**
* Remote disk might need to split one clickhouse file into multiple files in remote fs.
* This class works like a proxy to allow transition from one file into multiple.