mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
fix tests
This commit is contained in:
parent
913ae1d267
commit
eb990d863d
@ -1536,7 +1536,8 @@ private:
|
||||
|
||||
for (auto & command_for_interpreter : ctx->for_interpreter)
|
||||
{
|
||||
if (command_for_interpreter.type == MutationCommand::DELETE)
|
||||
if (command_for_interpreter.type == MutationCommand::DELETE
|
||||
|| command_for_interpreter.type == MutationCommand::APPLY_DELETED_MASK)
|
||||
{
|
||||
has_delete = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user