mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix build: missing argument in inferJoinKeyCommonType
This commit is contained in:
parent
3443b3b5c4
commit
34b9bd7d33
@ -364,7 +364,7 @@ bool TableJoin::applyJoinKeyConvert(const ColumnsWithTypeAndName & left_sample_c
|
||||
return need_convert;
|
||||
}
|
||||
|
||||
bool TableJoin::inferJoinKeyCommonType(const NamesAndTypesList & left, const NamesAndTypesList & right)
|
||||
bool TableJoin::inferJoinKeyCommonType(const NamesAndTypesList & left, const NamesAndTypesList & right, bool to_supertype)
|
||||
{
|
||||
NameToTypeMap left_types;
|
||||
for (const auto & col : left)
|
||||
|
Loading…
Reference in New Issue
Block a user