aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/minikql/comp_nodes/ut/mkql_flatmap_ut.cpp
diff options
context:
space:
mode:
authorimunkin <imunkin@yandex-team.com>2025-03-04 12:31:00 +0300
committerimunkin <imunkin@yandex-team.com>2025-03-04 12:50:35 +0300
commitadb5fe0f23f50f6ad4ce8b9492e496dd4628e95c (patch)
treebe1477a6ec13ba562a758ffc83201d4a4744f3ff /yql/essentials/minikql/comp_nodes/ut/mkql_flatmap_ut.cpp
parentd8a124a50d0c6f85ff252c02db51c4e648c55cf2 (diff)
downloadydb-adb5fe0f23f50f6ad4ce8b9492e496dd4628e95c.tar.gz
YQL-19623: Drop MKQL support for runtime versions <20
commit_hash:78108621c2faeeedc8d1d2aba988e271d339575c
Diffstat (limited to 'yql/essentials/minikql/comp_nodes/ut/mkql_flatmap_ut.cpp')
-rw-r--r--yql/essentials/minikql/comp_nodes/ut/mkql_flatmap_ut.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/yql/essentials/minikql/comp_nodes/ut/mkql_flatmap_ut.cpp b/yql/essentials/minikql/comp_nodes/ut/mkql_flatmap_ut.cpp
index 12c11e4813..e8282e94d7 100644
--- a/yql/essentials/minikql/comp_nodes/ut/mkql_flatmap_ut.cpp
+++ b/yql/essentials/minikql/comp_nodes/ut/mkql_flatmap_ut.cpp
@@ -522,7 +522,7 @@ Y_UNIT_TEST_SUITE(TMiniKQLFlatMapTest) {
UNIT_ASSERT(!iterator.Next(item));
UNIT_ASSERT(!iterator.Next(item));
}
-#if !defined(MKQL_RUNTIME_VERSION) || MKQL_RUNTIME_VERSION >= 18u
+
Y_UNIT_TEST_LLVM(TestNarrowWithList) {
TSetup<LLVM> setup;
TProgramBuilder& pb = *setup.PgmBuilder;
@@ -846,7 +846,6 @@ Y_UNIT_TEST_SUITE(TMiniKQLFlatMapTest) {
UNIT_ASSERT_VALUES_EQUAL(NUdf::EFetchStatus::Finish, iterator.Fetch(item));
UNIT_ASSERT_VALUES_EQUAL(NUdf::EFetchStatus::Finish, iterator.Fetch(item));
}
-#endif
}
}