mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix
This commit is contained in:
parent
c2d46286e7
commit
f52e87f474
@ -422,7 +422,7 @@ const KeyCondition::AtomMap KeyCondition::atom_map
|
||||
return false;
|
||||
|
||||
const String & expression = value.get<const String &>();
|
||||
// This optimization can't process alternation - this would reguire a comprehensive parsing of reqular expression.
|
||||
// This optimization can't process alternation - this would require a comprehensive parsing of regular expression.
|
||||
if (expression.contains('|'))
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user