Skip to content

Commit 06bc6e2

Browse files
abyss7zinal
authored andcommitted
[KIKIMR-22131] Hot-fix for production: Y_ENSURE → Y_ASSERT (ydb-platform#11130)
1 parent fc2baf5 commit 06bc6e2

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)