mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fixed merge issue
This commit is contained in:
parent
8bddf1c638
commit
9654e06ec8
@ -311,10 +311,9 @@ Chain buildPushingToViewsChain(
|
||||
if (lock == nullptr)
|
||||
{
|
||||
// In case the materialized view is dropped at this point, we register a warning and ignore it
|
||||
assert(materialized_view->is_dropped) LOG_WARNING(
|
||||
&Poco::Logger::get("PushingToViews"),
|
||||
"Trying to access table {} but it doesn't exist",
|
||||
database_table.getFullTableName());
|
||||
assert(materialized_view->is_dropped);
|
||||
LOG_WARNING(
|
||||
&Poco::Logger::get("PushingToViews"), "Trying to access table {} but it doesn't exist", view_id.getFullTableName());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user