Fix arcadia build

This commit is contained in:
Anton Okhitin 2020-05-04 16:47:08 +03:00
parent 28300006b9
commit 7366227115
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ SRCS(
FormatSchemaInfo.cpp
IRowInputStream.cpp
IRowOutputStream.cpp
JSONEachRowUtils.cpp
MySQLBlockInputStream.cpp
NativeFormat.cpp
NullFormat.cpp

View File

@ -21,6 +21,7 @@ SRCS(
Formats/Impl/ConstantExpressionTemplate.cpp
Formats/Impl/CSVRowInputFormat.cpp
Formats/Impl/CSVRowOutputFormat.cpp
Formats/Impl/JSONAsStringRowInputFormat.cpp
Formats/Impl/JSONCompactEachRowRowInputFormat.cpp
Formats/Impl/JSONCompactEachRowRowOutputFormat.cpp
Formats/Impl/JSONCompactRowOutputFormat.cpp