Update ExecutableDictionarySource.cpp

This commit is contained in:
alexey-milovidov 2017-10-12 22:35:33 +03:00
parent beb93bb9d6
commit c2647e0c60

View File

@ -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: