mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
CLICKHOUSE-3934
This commit is contained in:
parent
f0c16900aa
commit
d626ae11a7
@ -2493,7 +2493,7 @@ bool ExpressionAnalyzer::appendJoin(ExpressionActionsChain & chain, bool only_ty
|
||||
else if (settings.join_default_strictness.toString() == "ALL")
|
||||
join_params.strictness = ASTTableJoin::Strictness::All;
|
||||
else if (settings.join_default_strictness.toString() != "")
|
||||
throw Exception("Unexcepted join_default_strictness value = " + settings.join_default_strictness.toString() + ". It can be an empty string, ANY or ALL");
|
||||
throw Exception("Unexcepted join_default_strictness = " + settings.join_default_strictness.toString() + ". It can be an empty string, ANY or ALL");
|
||||
else
|
||||
throw Exception("Expected ANY or ALL in JOIN section, because setting (join_default_strictness) is empty", DB::ErrorCodes::EXPECT_ALL_OR_ANY);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user