Nikolai Kochetov
|
2e3e56f353
|
Update IFunction.cpp
|
2021-05-17 17:27:06 +03:00 |
|
Nikolai Kochetov
|
906bd73e79
|
Try mute grpc for msan.
|
2021-05-17 17:19:35 +03:00 |
|
Nikolai Kochetov
|
f18a79c857
|
Try mute grpc for msan.
|
2021-05-17 17:13:32 +03:00 |
|
Nikolai Kochetov
|
098b9d04d2
|
Update test.
|
2021-05-17 16:26:12 +03:00 |
|
kssenii
|
26fa920ad5
|
Fix clang tidy, slightly improve writeSuffix
|
2021-05-17 12:32:48 +00:00 |
|
Raúl Marín
|
439f161764
|
Fix GCC 11 build
../src/IO/HashingWriteBuffer.h:20:34: error: expected ‘)’ before ‘block_size_’
20 | IHashingBuffer<Buffer>(size_t block_size_ = DBMS_DEFAULT_HASHING_BLOCK_SIZE)
|
2021-05-17 14:04:08 +02:00 |
|
Raúl Marín
|
97ff3a6d74
|
re2_st: Avoid replacing re2::re2_internal
|
2021-05-17 13:49:48 +02:00 |
|
Ilya Yatsishin
|
8ede5c736a
|
Merge pull request #23992 from MaxWk/enable-datatime64-version-column
enable DateTime64 to be version column
|
2021-05-17 14:34:15 +03:00 |
|
Raúl Marín
|
2adf974395
|
Update re2 to 2021-04-01 for GCC 11 compatibility
Fixes the build with gcc version 11.1.0
|
2021-05-17 13:30:55 +02:00 |
|
Vladimir
|
b70846209f
|
Merge pull request #23878 from otrazhenia/evgsudarikova-DOCSUP-8181
|
2021-05-17 14:27:52 +03:00 |
|
Nikolai Kochetov
|
d1c0ed9b4c
|
Update test.
|
2021-05-17 14:19:27 +03:00 |
|
张中南
|
3d1992ea50
|
fix wrong typo at StorageMemory
|
2021-05-17 18:24:01 +08:00 |
|
Kruglov Pavel
|
cce0030d39
|
Merge pull request #24186 from Avogar/remove-files
Remove temporary files
|
2021-05-17 12:58:51 +03:00 |
|
avogar
|
66b9ba805c
|
Remove temporary files
|
2021-05-17 12:57:51 +03:00 |
|
kssenii
|
a8748a55df
|
Fix abnormal termination when hdfs goes away
|
2021-05-17 09:55:23 +00:00 |
|
alesapin
|
c9bef9d332
|
Better comments
|
2021-05-17 12:38:44 +03:00 |
|
tavplubix
|
42d5400e36
|
Update StorageSystemStackTrace.cpp
|
2021-05-17 12:07:50 +03:00 |
|
Kruglov Pavel
|
64e7994987
|
Merge pull request #23887 from kssenii/rabbitmq-fixes
RabbitMQ: allow user to define specific queue settings, its own exchange, user-managed queues; add cleanup on drop table
|
2021-05-17 12:01:12 +03:00 |
|
alesapin
|
76e94a0583
|
Better
|
2021-05-17 12:00:31 +03:00 |
|
alesapin
|
e5cc36f031
|
Add comment
|
2021-05-17 11:58:42 +03:00 |
|
alesapin
|
33a6218a79
|
Make test more lightweight
|
2021-05-17 11:43:15 +03:00 |
|
hexiaoting
|
c5c7b2db97
|
Fix bug for update nested columns with const condition
|
2021-05-17 16:34:50 +08:00 |
|
Maksim Kita
|
0adc5883c0
|
Fixed style check
|
2021-05-17 11:13:15 +03:00 |
|
Maksim Kita
|
cf43a3efe2
|
Updated LRUHashMap benchmarks
|
2021-05-17 11:08:22 +03:00 |
|
Maksim Kita
|
448fe5a6f9
|
Updated comment message
|
2021-05-17 11:04:29 +03:00 |
|
alesapin
|
eae2df6478
|
Merge pull request #23997 from ClickHouse/fix_intersecting_parts
Try fix intersecting parts
|
2021-05-17 10:46:58 +03:00 |
|
Maksim Kita
|
84fc1e0c3d
|
Fixed style check
|
2021-05-17 10:32:29 +03:00 |
|
Maksim Kita
|
d923d9e6ef
|
Function move file
|
2021-05-17 10:30:42 +03:00 |
|
Maksim Kita
|
3a822d2832
|
Added comments
|
2021-05-17 10:25:50 +03:00 |
|
alesapin
|
62004cf0d9
|
Merge branch 'master' into standalone_keeper
|
2021-05-17 10:14:58 +03:00 |
|
Vitaly Baranov
|
1dc415596c
|
Fix race condition in ContextAccess.
|
2021-05-17 10:03:26 +03:00 |
|
Nikolai Kochetov
|
98e6c27a95
|
Merge pull request #24168 from amosbird/projection-fix3
Fix distributed processing when using projection
|
2021-05-17 09:45:39 +03:00 |
|
Nikolai Kochetov
|
f21df0f186
|
Update 01710_projection_fetch.sql
|
2021-05-17 09:42:22 +03:00 |
|
Maksim Kita
|
20cced0a4c
|
Merge pull request #24155 from kitaisreal/function-refactoring
IFunction refactoring
|
2021-05-17 09:26:57 +03:00 |
|
abel-wang
|
4edd5fbb35
|
Add thread_name in system.stack_trace
|
2021-05-17 12:44:57 +08:00 |
|
kssenii
|
e524d11222
|
Remove setting
|
2021-05-16 20:16:10 +00:00 |
|
tavplubix
|
6936274398
|
Merge pull request #24106 from adevyatova/annadevyatova-DOCSUP-8026-replicated
DOCSUP-8026: Document the settings for customizing timeouts
|
2021-05-16 23:10:47 +03:00 |
|
kssenii
|
57da32472b
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-fixes
|
2021-05-16 18:39:51 +00:00 |
|
tavplubix
|
ff5b515276
|
Update docs/ru/operations/settings/merge-tree-settings.md
|
2021-05-16 21:38:32 +03:00 |
|
Anna
|
5584af80fc
|
Update settings.md
|
2021-05-16 21:18:52 +03:00 |
|
Anna
|
bace98db08
|
Update settings.md
|
2021-05-16 21:16:33 +03:00 |
|
Anna
|
bc9c176c05
|
Update merge-tree-settings.md
|
2021-05-16 21:14:30 +03:00 |
|
Anna
|
e0d04acbd7
|
Update settings.md
|
2021-05-16 21:11:42 +03:00 |
|
Anna
|
7071894081
|
Update settings.md
|
2021-05-16 21:10:13 +03:00 |
|
Anna
|
c605b199ee
|
Update docs/en/operations/settings/settings.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
|
2021-05-16 21:06:07 +03:00 |
|
Anna
|
1737be6710
|
Update merge-tree-settings.md
|
2021-05-16 21:05:41 +03:00 |
|
Anna
|
b32ac3a6f4
|
Update docs/en/operations/settings/settings.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
|
2021-05-16 21:04:07 +03:00 |
|
Anna
|
71f096e6f3
|
Update docs/ru/operations/settings/settings.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
|
2021-05-16 21:03:59 +03:00 |
|
Anna
|
4b0abb9501
|
Update docs/ru/operations/settings/settings.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
|
2021-05-16 21:03:51 +03:00 |
|
Anna
|
ae84e5a673
|
Update docs/en/operations/settings/settings.md
Co-authored-by: tavplubix <tavplubix@gmail.com>
|
2021-05-16 21:03:41 +03:00 |
|