From adb5fe0f23f50f6ad4ce8b9492e496dd4628e95c Mon Sep 17 00:00:00 2001
From: imunkin <imunkin@yandex-team.com>
Date: Tue, 4 Mar 2025 12:31:00 +0300
Subject: YQL-19623: Drop MKQL support for runtime versions <20
 commit_hash:78108621c2faeeedc8d1d2aba988e271d339575c

---
 yql/essentials/minikql/comp_nodes/ut/mkql_join_ut.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'yql/essentials/minikql/comp_nodes/ut/mkql_join_ut.cpp')

diff --git a/yql/essentials/minikql/comp_nodes/ut/mkql_join_ut.cpp b/yql/essentials/minikql/comp_nodes/ut/mkql_join_ut.cpp
index d404644972..3731ff1539 100644
--- a/yql/essentials/minikql/comp_nodes/ut/mkql_join_ut.cpp
+++ b/yql/essentials/minikql/comp_nodes/ut/mkql_join_ut.cpp
@@ -116,7 +116,7 @@ Y_UNIT_TEST_SUITE(TMiniKQLCommonJoinCoreTupleTest) {
         UNIT_ASSERT(!iterator.Next(item));
     }
 }
-#if !defined(MKQL_RUNTIME_VERSION) || MKQL_RUNTIME_VERSION >= 18u
+
 Y_UNIT_TEST_SUITE(TMiniKQLCommonJoinCoreWideTest) {
     Y_UNIT_TEST_LLVM(Inner) {
         TSetup<LLVM> setup;
@@ -323,7 +323,7 @@ Y_UNIT_TEST_SUITE(TMiniKQLCommonJoinCoreWideTest) {
         UNIT_ASSERT(!iterator.Next(item));
     }
 }
-#endif
+
 }
 }
 
-- 
cgit v1.2.3