diff --git a/ydb/core/kqp/ut/arrow/kqp_result_set_formats.cpp b/ydb/core/kqp/ut/arrow/kqp_result_set_formats_ut.cpp similarity index 100% rename from ydb/core/kqp/ut/arrow/kqp_result_set_formats.cpp rename to ydb/core/kqp/ut/arrow/kqp_result_set_formats_ut.cpp diff --git a/ydb/core/kqp/ut/arrow/ya.make b/ydb/core/kqp/ut/arrow/ya.make index 891a4052de28..61d6818e34b8 100644 --- a/ydb/core/kqp/ut/arrow/ya.make +++ b/ydb/core/kqp/ut/arrow/ya.make @@ -8,7 +8,7 @@ SIZE(MEDIUM) SRCS( kqp_arrow_in_channels_ut.cpp kqp_types_arrow_ut.cpp - kqp_result_set_formats.cpp + kqp_result_set_formats_ut.cpp ) PEERDIR( diff --git a/ydb/core/kqp/ya.make b/ydb/core/kqp/ya.make index 1a0e1196bfc9..ade049303d6d 100644 --- a/ydb/core/kqp/ya.make +++ b/ydb/core/kqp/ya.make @@ -81,4 +81,5 @@ RECURSE_FOR_TESTS( ut tools/combiner_perf/bin tools/join_perf + common/result_set_format/ut )