mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
clickhouse: fixed arrays to the left of IN [#CONV-6823].
This commit is contained in:
parent
cc8914361f
commit
e80af0a15d
@ -556,6 +556,10 @@ void Set::executeConstArray(const ColumnConstArray * key_column, ColumnUInt8::Co
|
||||
else
|
||||
throw Exception("Unknown set variant.", ErrorCodes::UNKNOWN_SET_DATA_VARIANT);
|
||||
}
|
||||
|
||||
/// Для всех строчек
|
||||
for (size_t i = 0; i < rows; ++i)
|
||||
vec_res[i] = res;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user