mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix distributed join on
This commit is contained in:
parent
c5a850240c
commit
5ef7376cbf
@ -266,8 +266,7 @@ void RestoreQualifiedNamesData::visit(ASTIdentifier & identifier, ASTPtr & ast)
|
||||
{
|
||||
if (IdentifierSemantic::getColumnName(identifier))
|
||||
{
|
||||
auto opt_match = IdentifierSemantic::getMembership(identifier);
|
||||
if (opt_match && *opt_match)
|
||||
if (IdentifierSemantic::getMembership(identifier))
|
||||
{
|
||||
ast = identifier.clone();
|
||||
ast->as<ASTIdentifier>()->restoreCompoundName();
|
||||
|
Loading…
Reference in New Issue
Block a user