mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fixed style
This commit is contained in:
parent
795a8b00fb
commit
e9e971ffad
@ -311,8 +311,7 @@ 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(
|
||||
assert(materialized_view->is_dropped) LOG_WARNING(
|
||||
&Poco::Logger::get("PushingToViews"),
|
||||
"Trying to access table {} but it doesn't exist",
|
||||
database_table.getFullTableName());
|
||||
|
Loading…
Reference in New Issue
Block a user