Skip to content

Commit d2c589a

Browse files
authored
win build has been fixed (#1411)
1 parent 742f46d commit d2c589a

File tree

1 file changed

+1
-1
lines changed
  • ydb/library/yql/providers/s3/actors

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/s3/actors/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ADDINCL(
99
YQL_LAST_ABI_VERSION()
1010

1111
SRCS(
12-
yql_arrow_column_converters.cpp
1312
yql_s3_actors_util.cpp
1413
yql_s3_applicator_actor.cpp
1514
yql_s3_sink_factory.cpp
@@ -44,6 +43,7 @@ PEERDIR(
4443
IF (CLANG AND NOT WITH_VALGRIND)
4544

4645
SRCS(
46+
yql_arrow_column_converters.cpp
4747
yql_s3_read_actor.cpp
4848
)
4949

0 commit comments

Comments
 (0)