mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fixed race in tests
This commit is contained in:
parent
ff371ccdb6
commit
f621871465
@ -292,8 +292,6 @@ public:
|
||||
|
||||
ColumnPtr executeImpl(const ColumnsWithTypeAndName & arguments, const DataTypePtr & result_type, size_t input_rows_count) const override
|
||||
{
|
||||
std::cerr << "FunctionDictGetNoType::executeImpl " << this << std::endl;
|
||||
|
||||
if (input_rows_count == 0)
|
||||
return result_type->createColumn();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user