mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix check style
This commit is contained in:
parent
f2a9eea995
commit
ae5ee8194b
@ -246,7 +246,7 @@ void RegExpTreeDictionary::loadData()
|
||||
#if USE_VECTORSCAN
|
||||
std::vector<std::string_view> regexps_views(regexps.begin(), regexps.end());
|
||||
hyperscan_regex = MultiRegexps::getOrSet<true, false>(regexps_views, std::nullopt);
|
||||
/// TODO: fallback when exceptions occure.
|
||||
/// TODO: fallback when exceptions occur.
|
||||
hyperscan_regex->get();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user