Merge pull request #38465 from ClickHouse/kssenii-patch-4

Fix comment
This commit is contained in:
alesapin 2022-06-27 18:44:17 +02:00 committed by GitHub
commit bed8ee556c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,7 @@ class WriteBufferFromFileBase;
using ObjectAttributes = std::map<std::string, std::string>; using ObjectAttributes = std::map<std::string, std::string>;
/// Path to a file and its size. /// Path to a file (always absolute) and its size.
/// Path can be either relative or absolute - according to the context of use.
struct PathWithSize struct PathWithSize
{ {
std::string path; std::string path;