Skip to content

Commit 0e5ab0d

Browse files
committed
Small fixes of tests for Arrow result set (ydb-platform#26352)
1 parent 6b652f1 commit 0e5ab0d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

ydb/core/kqp/ut/arrow/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SIZE(MEDIUM)
88
SRCS(
99
kqp_arrow_in_channels_ut.cpp
1010
kqp_types_arrow_ut.cpp
11-
kqp_result_set_formats.cpp
11+
kqp_result_set_formats_ut.cpp
1212
)
1313

1414
PEERDIR(

ydb/core/kqp/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ RECURSE(
8080
RECURSE_FOR_TESTS(
8181
ut
8282
tools/combiner_perf/bin
83+
common/result_set_format/ut
8384
)

0 commit comments

Comments
 (0)