mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix updateTreeHashImpl
This commit is contained in:
parent
56b15a7294
commit
2e24639d46
@ -620,7 +620,8 @@ void ASTFunction::updateTreeHashImpl(SipHash & hash_state, bool ignore_aliases)
|
||||
{
|
||||
hash_state.update(window_name.size());
|
||||
hash_state.update(window_name);
|
||||
window_definition->updateTreeHashImpl(hash_state, ignore_aliases);
|
||||
if (window_definition)
|
||||
window_definition->updateTreeHashImpl(hash_state, ignore_aliases);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user