Skip to content

Commit bd34cc7

Browse files
authored
[KIKIMR-22131] Hot-fix for production: Y_ENSURE → Y_ASSERT (#11130)
1 parent ea7e9b6 commit bd34cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/minikql/computation/mkql_computation_pattern_cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class TComputationPatternLRUCache::TLRUPatternCacheImpl
7777

7878
const auto& entry = it->second.Entry;
7979

80-
Y_ENSURE(entry->Pattern->IsCompiled());
80+
Y_ASSERT(entry->Pattern->IsCompiled());
8181

8282
if (it->second.LinkedInCompiledPatternLRUList()) {
8383
return;

0 commit comments

Comments
 (0)