Commit Graph

155854 Commits

Author SHA1 Message Date
Alexey Milovidov
ff33c432bd
Merge pull request #70354 from ClickHouse/pufit/fix-69634
Fix `MODIFY COLUMN MODIFY SETTINGS` crash for special columns
2024-10-05 07:03:49 +00:00
Alexey Milovidov
4524dc3e52
Merge pull request #70361 from cwurm/patch-4
Update grant.md: Complete list of SOURCES grants
2024-10-05 06:02:46 +00:00
Raúl Marín
2dcbd0aaf7
Merge pull request #70285 from Algunenano/setting2
Hide MergeTreeSettings implementation
2024-10-05 01:14:44 +00:00
Raúl Marín
5b52bb298e Merge remote-tracking branch 'blessed/master' into setting2 2024-10-04 23:14:04 +02:00
Arthur Passos
b2809a894f some structural changes 2024-10-04 18:06:55 -03:00
Nikolai Kochetov
f6041f783a
Merge pull request #70322 from ClickHouse/add-compatibility-for-merge-tree-settings
Add compatibility options for MergeTree settings.
2024-10-04 20:18:32 +00:00
Raúl Marín
f32da6f837 Faster style checker 2024-10-04 22:10:35 +02:00
Shichao
cd62f5a9bb
Merge pull request #58408 from Chen768959/fix-57616
Fix type mismatch issue in sumMapFiltered
2024-10-04 18:28:29 +00:00
Raúl Marín
cbfd5cf90e Hide MergeTreeSettings implementation 2024-10-04 19:03:15 +02:00
Raúl Marín
73a9de30a6 Remove some nested IAST.h includes in favor of forward declarations 2024-10-04 18:47:13 +02:00
Raúl Marín
0c391d2f2a Unused header in Field.h 2024-10-04 18:47:13 +02:00
Raúl Marín
f52f6df0f4 Remove unused boost includes 2024-10-04 18:47:13 +02:00
alsu
0ad512c6e3 fix typos 2024-10-04 17:10:03 +02:00
Pablo Marcos
1219adc3ba
Merge pull request #70176 from ClickHouse/simplify-test-03246_range_literal_replacement_works
Simplify test 03246_range_literal_replacement_works
2024-10-04 15:03:16 +00:00
Julia Kartseva
a62bda5567
Merge branch 'master' into refactor-object-storages 2024-10-04 07:21:37 -07:00
alsu
d680e52d00 fix some typos 2024-10-04 16:10:06 +02:00
Mikhail Filimonov
48e4092d98 move the injectFault back into critical section 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
7ff6bab6c2 addressing review comments 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
01ae6f9a2c avoid unique_ptr for ScopedDecrement 2024-10-04 16:08:34 +02:00
Sergei Trifonov
c221e12be6 Update src/Common/ThreadPool.cpp 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
68dd4c273a Addressing @ilejn comments 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
975a061896 whitespaces 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
5c0a14b78c Revert "fix2"
This reverts commit 0d8dce9e7629848ea0705cdf54c093f17c3e8089.
2024-10-04 16:08:34 +02:00
Mikhail Filimonov
dc9d09d741 fix2 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
86f222a9c0 fix 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
bf665a17b9 fix the datarace, joining the threads before modifing the threads list is crucial 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
d7fede84d8 bit better exception message and comment 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
c772f8fa46 add some assert, and explicit keyword for constructor 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
0f8ef5fb20 fix types 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
c14195c381 further improvements 2024-10-04 16:08:34 +02:00
Mikhail Filimonov
7652188ef4 grammar 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
e9dffc7897 whitespaces, unneeded method 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
9b1bc5ec77 some fixes 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
e0d8634f47 now works. it seem like the issue was caused by zero in max_free_threads in some scenarios 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
3eaf17603d non-working, debug 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
ebd3306a67 fix 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
fbc3df5ebf better atomics 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
34521ec662 fixes, tmp 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
dec4f59876 fixes 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
bd40b6775e another approach 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
b31a3ac6d5 safer new_job queueing, use iterator 2024-10-04 16:08:33 +02:00
Mikhail Filimonov
6d0dd0cf9d ThreadPool refactorings to move thread creation out of critical section.
Encapsulate thread management in the new subclass ThreadFromThreadPool
2024-10-04 16:08:33 +02:00
Arthur Passos
1e7bb8981b safe guards around index mapping 2024-10-04 10:37:05 -03:00
Max K.
c196d930bf
Merge pull request #70329 from ClickHouse/ci_enable_release_integration_tests_for_prs
CI: Enable Integration Tests for backport PRs
2024-10-04 13:22:47 +00:00
János Benjamin Antal
c07f2b70d3
Merge pull request #70352 from filimonov/maybe_fix_kafka
fix Kafka test
2024-10-04 13:17:27 +00:00
avogar
07868f91b0 Revert unneded changes 2024-10-04 13:12:44 +00:00
avogar
31c1720086 Fix crash during GROUP BY JSON sub-object subcolumn 2024-10-04 13:12:04 +00:00
vdimir
0a815df2a3
Merge branch 'master' into vdimir/window-funnel-fix-dedup2 2024-10-04 14:54:02 +02:00
Arthur Passos
f9f12fe416 progress 2024-10-04 09:41:53 -03:00
Pavel Kruglov
9c7cf57dd1
Fix build 2024-10-04 14:37:13 +02:00