Merge pull request #29207 from bharatnc/ncb/run-ya-make

Update outdated ya.make files
This commit is contained in:
Nikita Mikhaylov 2021-09-21 16:07:56 +03:00 committed by GitHub
commit 7878d848ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

View File

@ -9,6 +9,7 @@ PEERDIR(
SRCS(
DDLDependencyVisitor.cpp
DatabaseAtomic.cpp
DatabaseDictionary.cpp
DatabaseFactory.cpp
@ -30,6 +31,7 @@ SRCS(
SQLite/DatabaseSQLite.cpp
SQLite/SQLiteUtils.cpp
SQLite/fetchSQLiteTableStructure.cpp
TablesLoader.cpp
)

View File

@ -304,6 +304,7 @@ SRCS(
h3IndexesAreNeighbors.cpp
h3IsValid.cpp
h3ToChildren.cpp
h3ToGeoBoundary.cpp
h3ToParent.cpp
h3ToString.cpp
h3kRing.cpp

View File

@ -28,6 +28,7 @@ SRCS(
ApplyWithSubqueryVisitor.cpp
ArithmeticOperationsInAgrFuncOptimize.cpp
ArrayJoinAction.cpp
AsynchronousInsertQueue.cpp
AsynchronousMetricLog.cpp
AsynchronousMetrics.cpp
BloomFilter.cpp

View File

@ -28,6 +28,7 @@ SRCS(
Executors/PollingQueue.cpp
Executors/PullingAsyncPipelineExecutor.cpp
Executors/PullingPipelineExecutor.cpp
Executors/StreamingFormatExecutor.cpp
ForkProcessor.cpp
Formats/IInputFormat.cpp
Formats/IOutputFormat.cpp
@ -58,12 +59,8 @@ SRCS(
Formats/Impl/MySQLOutputFormat.cpp
Formats/Impl/NullFormat.cpp
Formats/Impl/ODBCDriver2BlockOutputFormat.cpp
Formats/Impl/ORCBlockInputFormat.cpp
Formats/Impl/ORCBlockOutputFormat.cpp
Formats/Impl/ParallelFormattingOutputFormat.cpp
Formats/Impl/ParallelParsingInputFormat.cpp
Formats/Impl/ParquetBlockInputFormat.cpp
Formats/Impl/ParquetBlockOutputFormat.cpp
Formats/Impl/PostgreSQLOutputFormat.cpp
Formats/Impl/PrettyBlockOutputFormat.cpp
Formats/Impl/PrettyCompactBlockOutputFormat.cpp

View File

@ -164,6 +164,7 @@ SRCS(
StorageView.cpp
StorageXDBC.cpp
System/StorageSystemAggregateFunctionCombinators.cpp
System/StorageSystemAsynchronousInserts.cpp
System/StorageSystemAsynchronousMetrics.cpp
System/StorageSystemBuildOptions.cpp
System/StorageSystemClusters.cpp