Skip to content

Commit 8d3f65b

Browse files
Update src/Storages/IStorage.h
Co-authored-by: filimonov <1549571+filimonov@users.noreply.github.com>
1 parent e6f3ab7 commit 8d3f65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/IStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ class IStorage : public std::enable_shared_from_this<IStorage>, public TypePromo
445445
}
446446

447447
/*
448-
It is kind of hard to describe this API. It is currently only implemented in StorageObjectStorage.
448+
It is currently only implemented in StorageObjectStorage.
449449
It is meant to be used to import merge tree data parts into object storage. It is similar to the write API,
450450
but it won't re-partition the data and should allow the filename to be set by the caller.
451451
*/

0 commit comments

Comments
 (0)