Alexey Milovidov
|
0ed2c7e4a0
|
Sync with private
|
2024-07-27 03:16:30 +02:00 |
|
Alexey Milovidov
|
c7be25f0a1
|
Fix everything
|
2024-07-18 04:54:36 +02:00 |
|
Nikita Mikhaylov
|
4b85f6b39a
|
Revert "Less error prone interface of read buffers" (#59911)
|
2024-02-13 12:02:46 +01:00 |
|
Anton Popov
|
299293c088
|
better interface in read buffers
|
2024-01-16 23:26:20 +00:00 |
|
kssenii
|
5dd1bb2fd8
|
improvements for getFileSize
|
2022-06-20 15:22:56 +02:00 |
|
Maksim Kita
|
e30117a3d6
|
Fix clang-tidy warnings in Interpreters, IO folders
|
2022-03-14 18:17:35 +00:00 |
|
Azat Khuzhin
|
a630821f60
|
Do not try to read empty files.
CI report [1].
[1]: https://clickhouse-test-reports.s3.yandex.net/30190/fe534553b2a0ac543795956b3fbde673cf5a342b/functional_stateless_tests_(debug).html#fail1
Fixes: 01560_ttl_remove_empty_parts in debug build (and some other tests)
v0: fix MergeTreeDataPartCompact::loadIndexGranularity()/MergeTreeDataPartWide::loadIndexGranularity()
v2: use EmptyReadBuffer in DiskLocal::readFile()
v3: introduce ReadBufferFromEmptyFile
v4: rebase against readbuffer-real-size branch
|
2021-10-27 22:25:03 +03:00 |
|