diff options
author | imunkin <imunkin@yandex-team.com> | 2025-03-06 12:05:40 +0300 |
---|---|---|
committer | imunkin <imunkin@yandex-team.com> | 2025-03-06 14:41:23 +0300 |
commit | 37bbd18372fbadb71de7d0ed6eb6de6caa8cc94c (patch) | |
tree | a8af3f77abe6e0239770d3e6bf28ffeb27f16cdc /yql/essentials/minikql/comp_nodes/ut/mkql_wide_stream_ut.cpp | |
parent | ce42f378a8120fbfcc2ccf08ff7616e8c02068d2 (diff) | |
download | ydb-37bbd18372fbadb71de7d0ed6eb6de6caa8cc94c.tar.gz |
YQL-19623: Drop MKQL support for runtime versions <40
commit_hash:aa64eee443012fcb60cd00896f6f1b30d515048e
Diffstat (limited to 'yql/essentials/minikql/comp_nodes/ut/mkql_wide_stream_ut.cpp')
-rw-r--r-- | yql/essentials/minikql/comp_nodes/ut/mkql_wide_stream_ut.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/yql/essentials/minikql/comp_nodes/ut/mkql_wide_stream_ut.cpp b/yql/essentials/minikql/comp_nodes/ut/mkql_wide_stream_ut.cpp index 89582bf31f..d869069997 100644 --- a/yql/essentials/minikql/comp_nodes/ut/mkql_wide_stream_ut.cpp +++ b/yql/essentials/minikql/comp_nodes/ut/mkql_wide_stream_ut.cpp @@ -5,7 +5,6 @@ namespace NKikimr { namespace NMiniKQL { -#if !defined(MKQL_RUNTIME_VERSION) || MKQL_RUNTIME_VERSION >= 36u Y_UNIT_TEST_SUITE(TMiniKQLWideStreamTest) { Y_UNIT_TEST_LLVM(TestSimple) { @@ -52,7 +51,5 @@ Y_UNIT_TEST_LLVM(TestSimple) { } } -#endif - } } |