Merge pull request #44337 from ClickHouse/fix-typo-4

Fix typo
This commit is contained in:
Kseniia Sumarokova 2022-12-18 15:58:28 +01:00 committed by GitHub
commit 95d115a8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -617,12 +617,12 @@ public:
/// Number of rows INSERTed since server start.
///
/// Does not takes underlying Storage (if any) into account.
/// Does not take the underlying Storage (if any) into account.
virtual std::optional<UInt64> lifetimeRows() const { return {}; }
/// Number of bytes INSERTed since server start.
///
/// Does not takes underlying Storage (if any) into account.
/// Does not take the underlying Storage (if any) into account.
virtual std::optional<UInt64> lifetimeBytes() const { return {}; }
/// Creates a storage snapshot from given metadata.