mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update ExecutableDictionarySource.cpp
This commit is contained in:
parent
beb93bb9d6
commit
c2647e0c60
@ -16,7 +16,7 @@ namespace DB
|
||||
static const size_t max_block_size = 8192;
|
||||
|
||||
|
||||
/// Owns ShellCommand and call wait for it.
|
||||
/// Owns ShellCommand and calls wait for it.
|
||||
class ShellCommandOwningBlockInputStream : public OwningBlockInputStream<ShellCommand>
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user