mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Fix typos
This commit is contained in:
parent
9876841c64
commit
086196b4be
2
.github/ISSUE_TEMPLATE/20_feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/20_feature-request.md
vendored
@ -15,7 +15,7 @@ assignees: ''
|
||||
|
||||
**Use case**
|
||||
|
||||
> A clear and concise description of what is the intended usage scenario is.
|
||||
> A clear and concise description of what the intended usage scenario is.
|
||||
|
||||
**Describe the solution you'd like**
|
||||
|
||||
|
@ -365,11 +365,11 @@ public:
|
||||
|
||||
/// Set limits for current storage.
|
||||
/// Different limits may be applied to different storages, we need to keep it per processor.
|
||||
/// This method is need to be override only for sources.
|
||||
/// This method is need to be overridden only for sources.
|
||||
virtual void setStorageLimits(const std::shared_ptr<const StorageLimitsList> & /*storage_limits*/) {}
|
||||
|
||||
/// This method is called for every processor without input ports.
|
||||
/// Processor can return a new progress for the last read operation.
|
||||
/// Processor can return new progress for the last read operation.
|
||||
/// You should zero internal counters in the call, in order to make in idempotent.
|
||||
virtual std::optional<ReadProgress> getReadProgress() { return std::nullopt; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user