mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #28403 from nikitamikhaylov/fix-arcadia-12
Update ya.make
This commit is contained in:
commit
04f469e8e0
@ -20,6 +20,8 @@ PEERDIR(
|
||||
|
||||
SRCS(
|
||||
AIO.cpp
|
||||
AsynchronousReadBufferFromFile.cpp
|
||||
AsynchronousReadBufferFromFileDescriptor.cpp
|
||||
BrotliReadBuffer.cpp
|
||||
BrotliWriteBuffer.cpp
|
||||
Bzip2ReadBuffer.cpp
|
||||
@ -56,7 +58,10 @@ SRCS(
|
||||
ReadBufferFromMemory.cpp
|
||||
ReadBufferFromPocoSocket.cpp
|
||||
ReadHelpers.cpp
|
||||
ReadSettings.cpp
|
||||
SeekAvoidingReadBuffer.cpp
|
||||
SynchronousReader.cpp
|
||||
ThreadPoolReader.cpp
|
||||
TimeoutSetter.cpp
|
||||
UseSSL.cpp
|
||||
WriteBufferFromEncryptedFile.cpp
|
||||
|
@ -126,11 +126,8 @@ SRCS(
|
||||
StorageBuffer.cpp
|
||||
StorageDictionary.cpp
|
||||
StorageDistributed.cpp
|
||||
<<<<<<< add-executable-table-function
|
||||
StorageExecutable.cpp
|
||||
=======
|
||||
StorageExternalDistributed.cpp
|
||||
>>>>>>> executable-table-function
|
||||
StorageFactory.cpp
|
||||
StorageFile.cpp
|
||||
StorageGenerateRandom.cpp
|
||||
|
@ -13,8 +13,8 @@ SRCS(
|
||||
ITableFunctionFileLike.cpp
|
||||
ITableFunctionXDBC.cpp
|
||||
TableFunctionDictionary.cpp
|
||||
TableFunctionFactory.cpp
|
||||
TableFunctionExecutable.cpp
|
||||
TableFunctionFactory.cpp
|
||||
TableFunctionFile.cpp
|
||||
TableFunctionGenerateRandom.cpp
|
||||
TableFunctionInput.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user