Skip to content

Commit

Permalink
Merge fc8fd2c into 421838d
Browse files Browse the repository at this point in the history
  • Loading branch information
Hor911 authored Jun 3, 2024
2 parents 421838d + fc8fd2c commit b4e34b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/library/yql/providers/s3/actors/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ YQL_LAST_ABI_VERSION()
SRCS(
yql_s3_actors_util.cpp
yql_s3_applicator_actor.cpp
yql_s3_sink_factory.cpp
yql_s3_raw_read_actor.cpp
yql_s3_sink_factory.cpp
yql_s3_source_factory.cpp
yql_s3_write_actor.cpp
)
Expand Down
8 changes: 8 additions & 0 deletions ydb/library/yql/providers/s3/common/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ PEERDIR(
ydb/library/yql/public/issue/protos
)

IF (CLANG AND NOT WITH_VALGRIND)

CFLAGS (
-DARCADIA_BUILD -DUSE_PARQUET
)

ENDIF()

END()
8 changes: 8 additions & 0 deletions ydb/library/yql/providers/s3/events/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@ PEERDIR(
ydb/library/yql/udfs/common/clickhouse/client
)

IF (CLANG AND NOT WITH_VALGRIND)

CFLAGS (
-DARCADIA_BUILD -DUSE_PARQUET
)

ENDIF()

END()

0 comments on commit b4e34b1

Please sign in to comment.