ClickHouse/src/IO
Kseniia Sumarokova 33bb48106f
Merge pull request #36314 from CurtizJ/print-bad-filenames
Show names of erroneous files in case of parsing errors while executing table functions
2022-04-22 13:24:55 +02:00
..
Archives Implement BACKUP and RESTORE for MatViews. 2022-03-21 11:45:21 +01:00
examples merge master and fix conflict 2022-03-23 11:36:50 +08:00
S3 Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
tests Return two changes 2022-04-16 02:18:22 +02:00
AIO.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
AIO.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
AsynchronousReadBufferFromFile.cpp Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
AsynchronousReadBufferFromFile.h Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
AsynchronousReadBufferFromFileDescriptor.cpp Add more assertion 2022-02-21 22:42:43 +08:00
AsynchronousReadBufferFromFileDescriptor.h Add more assertion 2022-02-21 22:42:43 +08:00
AsynchronousReader.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
BitHelpers.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
BrotliReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
BrotliReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
BrotliWriteBuffer.cpp Fix comments 2021-11-22 14:19:26 +03:00
BrotliWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
BufferBase.h Update BufferBase.h 2022-02-07 17:49:53 +03:00
BufferWithOwnMemory.h BufferWithOwnMemory: take reallocs into account 2021-10-17 23:54:58 +03:00
Bzip2ReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
Bzip2ReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
Bzip2WriteBuffer.cpp Fix comments 2021-11-22 14:19:26 +03:00
Bzip2WriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
CascadeWriteBuffer.cpp Ping CI 2021-11-30 12:21:26 +03:00
CascadeWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
CMakeLists.txt fix unit test and build error 2022-01-06 11:41:24 +08:00
CompressedReadBufferWrapper.h show names of erroneous files 2022-04-16 00:10:47 +00:00
CompressionMethod.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
CompressionMethod.h implement hive table engine 2021-11-05 19:55:30 +08:00
ConcatReadBuffer.h Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
ConnectionTimeouts.h Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
ConnectionTimeoutsContext.h Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
copyData.cpp Add tests 2021-05-27 15:54:47 +03:00
copyData.h Add tests 2021-05-27 15:54:47 +03:00
DoubleConverter.cpp
DoubleConverter.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
EmptyReadBuffer.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
FileEncryptionCommon.cpp fix special build 2021-09-12 02:49:31 +03:00
FileEncryptionCommon.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
HadoopSnappyReadBuffer.cpp Merge pull request #36314 from CurtizJ/print-bad-filenames 2022-04-22 13:24:55 +02:00
HadoopSnappyReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
HashingReadBuffer.h Remove AIO for sequential reads 2021-07-05 23:02:24 +03:00
HashingWriteBuffer.cpp
HashingWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
HTTPChunkedReadBuffer.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
HTTPChunkedReadBuffer.h Do not limit HTTP chunk size 2021-03-29 20:49:28 +03:00
HTTPCommon.cpp Remove cruft 2021-10-28 02:10:39 +03:00
HTTPCommon.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
IOThreadPool.cpp Address PR comments 2022-03-16 15:45:17 +00:00
IOThreadPool.h Use a shared IO thread pool 2022-03-11 08:33:34 +00:00
IReadableWriteBuffer.h Do not catch exceptions during final flush in writers destructors 2021-02-05 01:31:45 +03:00
LimitReadBuffer.cpp Fix UB in LimitReadBuffer in case of unexpected EOF 2021-12-21 08:38:41 +03:00
LimitReadBuffer.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
Lz4DeflatingWriteBuffer.cpp Merge branch 'master' into fix-lz4 2021-12-23 16:13:26 +03:00
Lz4DeflatingWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
Lz4InflatingReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
Lz4InflatingReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
LZMADeflatingWriteBuffer.cpp Fix comments 2021-11-22 14:19:26 +03:00
LZMADeflatingWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
LZMAInflatingReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
LZMAInflatingReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
MemoryReadWriteBuffer.cpp Another build fix 2021-02-05 13:31:18 +03:00
MemoryReadWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
MMappedFile.cpp Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
MMappedFile.h Rename as suggested by Kita 2021-03-28 22:24:28 +03:00
MMappedFileCache.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
MMappedFileDescriptor.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MMappedFileDescriptor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
MMapReadBufferFromFile.cpp Fix error 2021-03-27 01:28:57 +03:00
MMapReadBufferFromFile.h
MMapReadBufferFromFileDescriptor.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
MMapReadBufferFromFileDescriptor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
MMapReadBufferFromFileWithCache.cpp Revert "[RFC] Fix memory tracking with min_bytes_to_use_mmap_io" 2021-04-19 01:30:53 +03:00
MMapReadBufferFromFileWithCache.h Revert "[RFC] Fix memory tracking with min_bytes_to_use_mmap_io" 2021-04-19 01:30:53 +03:00
MySQLBinlogEventReadBuffer.cpp Try fix review comment 2020-11-19 12:02:43 +08:00
MySQLBinlogEventReadBuffer.h More fixes for PVS-Studio 2021-05-08 19:12:49 +03:00
MySQLPacketPayloadReadBuffer.cpp remove more stringstreams 2020-11-10 21:22:26 +03:00
MySQLPacketPayloadReadBuffer.h ISSUES-4006 split mysql protocol 2020-08-13 20:41:36 +08:00
MySQLPacketPayloadWriteBuffer.cpp ISSUES-4006 try fix build and style failure 2020-08-14 09:59:59 +08:00
MySQLPacketPayloadWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
NullWriteBuffer.cpp
NullWriteBuffer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
OpenedFile.cpp Experiment with sharing file descriptors 2021-07-24 01:50:14 +03:00
OpenedFile.h Experiment with sharing file descriptors 2021-07-24 01:50:14 +03:00
OpenedFileCache.h Fix OpenedFileCacheHits/OpenedFileCacheMisses 2021-11-10 21:15:27 +03:00
Operators.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
ParallelReadBuffer.cpp Revert reverting "Fix crash in ParallelReadBuffer" 2022-04-13 20:39:12 +00:00
ParallelReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
parseDateTimeBestEffort.cpp More cases for parseDateTimeBestEffort 2022-02-01 03:29:27 +03:00
parseDateTimeBestEffort.h Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
PeekableReadBuffer.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
PeekableReadBuffer.h Remove abbreviation 2022-04-18 01:02:49 +02:00
Progress.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
Progress.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
ReadBuffer.h Merge master 2022-02-22 13:17:51 +01:00
ReadBufferFromAzureBlobStorage.cpp Remove "Arcadia" build system 2022-04-15 23:57:09 +02:00
ReadBufferFromAzureBlobStorage.h add more tests for error diagnostics in files 2022-04-19 15:56:34 +00:00
ReadBufferFromEmptyFile.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
ReadBufferFromEncryptedFile.cpp fix consecutive backward seeks in seekable read buffers 2022-02-07 17:20:26 +03:00
ReadBufferFromEncryptedFile.h Remove cruft 2021-10-28 02:10:39 +03:00
ReadBufferFromFile.cpp Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
ReadBufferFromFile.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
ReadBufferFromFileBase.cpp Pass size of the file to the readers 2022-01-04 10:53:17 +03:00
ReadBufferFromFileBase.h show names of erroneous files 2022-04-16 00:10:47 +00:00
ReadBufferFromFileDecorator.cpp Fix reading from empty file on encrypted disk. 2021-10-21 19:31:29 +03:00
ReadBufferFromFileDecorator.h Fix reading from empty file on encrypted disk. 2021-10-21 19:31:29 +03:00
ReadBufferFromFileDescriptor.cpp Fix 2022-04-11 17:51:49 +02:00
ReadBufferFromFileDescriptor.h Revert "clang-tidy report issues with Medium priority" 2022-04-04 23:41:42 +03:00
ReadBufferFromIStream.cpp
ReadBufferFromIStream.h better 2021-04-13 22:39:42 +03:00
ReadBufferFromMemory.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
ReadBufferFromMemory.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
ReadBufferFromPocoSocket.cpp Update ReadBufferFromPocoSocket.cpp 2022-02-20 16:59:17 +01:00
ReadBufferFromPocoSocket.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
ReadBufferFromS3.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
ReadBufferFromS3.h show names of erroneous files 2022-04-16 00:10:47 +00:00
ReadBufferFromString.h refactor metadatacache to reduce using of USE_ROCKSDB 2022-01-05 19:51:50 +08:00
readDecimalText.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
readFloatText.cpp Use fast_float by default 2020-12-06 23:37:36 +03:00
readFloatText.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
ReadHelpers.cpp Remove Arcadia 2022-04-16 00:20:47 +02:00
ReadHelpers.h Fix wrong result of datetime64 when negative (#35440) 2022-04-20 13:11:31 +02:00
ReadSettings.h Get rid of all "remote" mentions 2022-03-30 17:15:29 +02:00
ReadWriteBufferFromHTTP.h show names of erroneous files 2022-04-16 00:10:47 +00:00
S3Common.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
S3Common.h Add ParallelReadBuffer for S3 2022-03-21 14:52:26 +00:00
SeekableReadBuffer.h Style 2022-02-19 20:38:23 +01:00
SeekAvoidingReadBuffer.cpp Drop unused headers 2021-09-01 02:47:52 +03:00
SeekAvoidingReadBuffer.h Better 2021-09-21 01:51:17 +03:00
SnappyReadBuffer.cpp implement hive table engine 2021-11-05 19:55:30 +08:00
SnappyReadBuffer.h implement hive table engine 2021-11-05 19:55:30 +08:00
SnappyWriteBuffer.cpp implement hive table engine 2021-11-05 19:55:30 +08:00
SnappyWriteBuffer.h fix code typo 2021-11-24 17:52:02 +08:00
SynchronousReader.cpp Better ReadBuffer asynchronicity 2022-02-20 01:08:21 +08:00
SynchronousReader.h Move code to .cpp 2021-08-27 02:32:11 +03:00
TimeoutSetter.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TimeoutSetter.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
UncompressedCache.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
UseSSL.cpp Remove cruft 2021-10-28 02:10:39 +03:00
UseSSL.h
VarInt.h Replace a few uses of enable_if for SFINAE by concepts 2022-03-16 19:51:38 +01:00
WithFileName.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
WithFileName.h add more tests for error diagnostics in files 2022-04-19 15:56:34 +00:00
WriteBuffer.h Revert "Revert "Add pool to WriteBufferFromS3"" 2022-02-01 13:36:51 +03:00
WriteBufferDecorator.h Fix comments 2021-11-22 14:19:26 +03:00
WriteBufferFromArena.h Small refactoring of WriteBiffer-s 2021-11-11 02:11:18 +03:00
WriteBufferFromAzureBlobStorage.cpp Remove "Arcadia" build system 2022-04-15 23:57:09 +02:00
WriteBufferFromAzureBlobStorage.h Remove "Arcadia" build system 2022-04-15 23:57:09 +02:00
WriteBufferFromEncryptedFile.cpp Fix comments 2021-11-22 14:19:26 +03:00
WriteBufferFromEncryptedFile.h Fix comments 2021-11-22 14:19:26 +03:00
WriteBufferFromFile.cpp Fix tests 2021-11-11 20:27:23 +03:00
WriteBufferFromFile.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromFileBase.cpp
WriteBufferFromFileBase.h
WriteBufferFromFileDecorator.cpp Revert "Revert "Add pool to WriteBufferFromS3"" 2022-02-01 13:36:51 +03:00
WriteBufferFromFileDecorator.h Revert "Revert "Add pool to WriteBufferFromS3"" 2022-02-01 13:36:51 +03:00
WriteBufferFromFileDescriptor.cpp save versions of parts 2021-12-30 16:15:28 +03:00
WriteBufferFromFileDescriptor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromFileDescriptorDiscardOnFailure.cpp
WriteBufferFromFileDescriptorDiscardOnFailure.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromHTTP.cpp Address review comment 2022-02-12 10:46:01 +08:00
WriteBufferFromHTTP.h Address review comment 2022-02-12 10:46:01 +08:00
WriteBufferFromOStream.cpp Fix tests 2021-11-11 20:27:23 +03:00
WriteBufferFromOStream.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromPocoSocket.cpp Update WriteBufferFromPocoSocket.cpp 2022-02-20 16:59:39 +01:00
WriteBufferFromPocoSocket.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromS3.cpp Merge pull request #36444 from rschu1ze/clang-tidy-fixes 2022-04-21 16:11:27 +02:00
WriteBufferFromS3.h Merge pull request #36079 from kssenii/change-hashed-path 2022-04-20 10:27:44 +02:00
WriteBufferFromString.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
WriteBufferFromTemporaryFile.cpp
WriteBufferFromTemporaryFile.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferFromVector.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteBufferValidUTF8.cpp Remove outstandingly wrong code 2021-11-24 00:48:57 +03:00
WriteBufferValidUTF8.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteHelpers.cpp Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteHelpers.h Fix wrong result of datetime64 when negative (#35440) 2022-04-20 13:11:31 +02:00
WriteIntText.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
WriteSettings.h Better 2022-04-07 18:48:35 +02:00
ZlibDeflatingWriteBuffer.cpp Catch exceprion in ~ZlibDeflatingWriteBuffer 2021-12-13 12:29:35 +03:00
ZlibDeflatingWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
ZlibInflatingReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
ZlibInflatingReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00
ZstdDeflatingAppendableWriteBuffer.cpp Fix bypass virtual dispatch in ZstdDeflatingAppendableWriteBuffer 2022-01-20 20:40:04 +03:00
ZstdDeflatingAppendableWriteBuffer.h Fix bypass virtual dispatch in ZstdDeflatingAppendableWriteBuffer 2022-01-20 20:40:04 +03:00
ZstdDeflatingWriteBuffer.cpp Fix comments 2021-11-22 14:19:26 +03:00
ZstdDeflatingWriteBuffer.h Fix comments 2021-11-22 14:19:26 +03:00
ZstdInflatingReadBuffer.cpp show names of erroneous files 2022-04-16 00:10:47 +00:00
ZstdInflatingReadBuffer.h show names of erroneous files 2022-04-16 00:10:47 +00:00