Skip to content

Commit 855507b

Browse files
authored
Merge 04366b0 into 96cb4ca
2 parents 96cb4ca + 04366b0 commit 855507b

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

ydb/library/formats/arrow/accessor/abstract/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-accessor-abstract)
22

33
PEERDIR(
44
ydb/library/formats/arrow/protos

ydb/library/formats/arrow/accessor/common/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-accessor-common)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/accessor/composite/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-accessor-composite)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/accessor/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-accessor)
22

33
PEERDIR(
44
ydb/library/formats/arrow/accessor/abstract

ydb/library/formats/arrow/common/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-common)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/hash/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-hash)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/modifier/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-modifier)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/protos/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PROTO_LIBRARY()
1+
PROTO_LIBRARY(library-formats-arrow-protos)
22

33
SRCS(
44
ssa.proto

ydb/library/formats/arrow/scalar/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-scalar)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/simple_builder/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-simple_builder)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/splitter/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-splitter)
22

33
SRCS(
44
stats.cpp

ydb/library/formats/arrow/switch/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-switch)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/transformer/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-transformer)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

ydb/library/formats/arrow/validation/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBRARY()
1+
LIBRARY(library-formats-arrow-validation)
22

33
PEERDIR(
44
contrib/libs/apache/arrow

0 commit comments

Comments
 (0)