johnnymatthews
|
53442f4914
|
Cleans up markdown.
|
2024-03-12 13:48:47 -03:00 |
|
robot-ch-test-poll
|
14e560a191
|
Merge pull request #61252 from peter279k/fix_import_gpg_key
Using straightforward approach to import GPG key
|
2024-03-12 17:36:06 +01:00 |
|
Kruglov Pavel
|
e1ea0671b1
|
Disable test 02998_primary_key_skip_columns.sql in sanitizer builds as it can be slow
|
2024-03-12 17:27:25 +01:00 |
|
Mikhail f. Shiryaev
|
2fbc113021
|
Adjust the packages in installation docs
|
2024-03-12 17:00:44 +01:00 |
|
Yarik Briukhovetskyi
|
858ad2d688
|
beautify and change max_value
|
2024-03-12 16:39:10 +01:00 |
|
avogar
|
07ee777c8d
|
Restart CI
|
2024-03-12 15:39:04 +00:00 |
|
Nikita Taranov
|
24f4cda484
|
impl
|
2024-03-12 15:34:07 +00:00 |
|
Peter
|
5576c17051
|
Using straightforward approach to import GPG key
|
2024-03-12 22:57:06 +08:00 |
|
yariks5s
|
01d0fba085
|
init
|
2024-03-12 14:48:59 +00:00 |
|
Mikhail Koviazin
|
94f15dd5e0
|
Fix has() function with Nullable column
Previous implementation didn't check for `null_map` when the given
argument was not `Null`. This commit adds the missing check.
Fixes #60214
|
2024-03-12 16:48:43 +02:00 |
|
avogar
|
0b588480f5
|
Fix lazy execution in dictGetOrDefault for RangeHashedDictionary
|
2024-03-12 14:34:15 +00:00 |
|
Nikita Mikhaylov
|
19b1a675a1
|
Merge pull request #61173 from Avogar/avoid-logical-error-in-json
Avoid some logical errors in experimantal Object type
|
2024-03-12 15:14:32 +01:00 |
|
Kseniia Sumarokova
|
44dc42e11f
|
Merge branch 'master' into revive-cache-contention-fix
|
2024-03-12 15:07:39 +01:00 |
|
János Benjamin Antal
|
b5489ac962
|
Print out all queries to have better insights
|
2024-03-12 14:05:39 +00:00 |
|
Raúl Marín
|
c011901d01
|
Fix coverage
|
2024-03-12 14:28:28 +01:00 |
|
Mikhail f. Shiryaev
|
50aab0b69f
|
Fix annoying typo
|
2024-03-12 14:06:17 +01:00 |
|
Max K
|
46e9880fcc
|
Merge pull request #61214 from ClickHouse/ci_fix_perf_test_arm_runner
CI: fix runner for arm perf tests
|
2024-03-12 14:05:54 +01:00 |
|
Robert Schulze
|
1b1685e3f1
|
Merge remote-tracking branch 'rschu1ze/master' into clang-tidy-list
|
2024-03-12 13:02:59 +00:00 |
|
Raúl Marín
|
9603b2a8c6
|
Merge remote-tracking branch 'blessed/master' into test_san
|
2024-03-12 13:26:55 +01:00 |
|
Mikhail f. Shiryaev
|
612ff3c5bc
|
Make every style-checker runner types scaling-out very quickly
|
2024-03-12 13:00:31 +01:00 |
|
Kruglov Pavel
|
2e803f29f8
|
Fix KeeperSnapshotManagerS3
|
2024-03-12 12:45:02 +01:00 |
|
Kruglov Pavel
|
d431276045
|
Fix usage of session_token in S3
|
2024-03-12 12:43:48 +01:00 |
|
Antonio Andelic
|
c1cefe1874
|
Fix keeper reconfig for standalone binary
|
2024-03-12 11:41:36 +00:00 |
|
Kseniia Sumarokova
|
59dc34ea69
|
Merge branch 'master' into revive-cache-contention-fix
|
2024-03-12 12:39:25 +01:00 |
|
robot-clickhouse
|
4ce5245157
|
Automatic style fix
|
2024-03-12 11:03:39 +00:00 |
|
Raúl Marín
|
faed53d0c7
|
Merge remote-tracking branch 'blessed/master' into groupArrayCrash
|
2024-03-12 12:02:34 +01:00 |
|
Raúl Marín
|
a65ac96b04
|
Merge pull request #61147 from azat/ci/fix-symbolizer
Fix llvm symbolizer on CI
|
2024-03-12 12:01:43 +01:00 |
|
Kseniia Sumarokova
|
6425610d4c
|
Merge pull request #61174 from ClickHouse/kssenii-patch-9
Update ReadSettings.h
|
2024-03-12 12:00:05 +01:00 |
|
Kseniia Sumarokova
|
61543edc8b
|
Merge branch 'master' into fix-usage-of-plain-metadata
|
2024-03-12 11:53:00 +01:00 |
|
Raúl Marín
|
c9c73378eb
|
Fix problem detected by ubsan
|
2024-03-12 11:52:17 +01:00 |
|
Kseniia Sumarokova
|
49fb94d34b
|
Merge branch 'master' into kssenii-patch-9
|
2024-03-12 11:49:02 +01:00 |
|
alesapin
|
40a992e1db
|
Merge pull request #61132 from ClickHouse/more_memory_checks
Throw memory limit exceptions to avoid OOM in some places
|
2024-03-12 11:48:15 +01:00 |
|
alesapin
|
ed22c4c86e
|
Merge pull request #61136 from azat/tests/fix-test_distributed_directory_monitor_split_batch_on_failure
Fix test_distributed_directory_monitor_split_batch_on_failure flakienss
|
2024-03-12 11:39:04 +01:00 |
|
Han Fei
|
74bdd2a17d
|
Merge pull request #61183 from hanfei1991/hanfei/fix_02949_ttl_group_by_bug
fix flaky 02949_ttl_group_by_bug
|
2024-03-12 11:19:01 +01:00 |
|
vdimir
|
439fe42f88
|
Merge pull request #61013 from ClickHouse/vdimir/fix_astrename_clone
Fix ASTRenameQuery::clone
|
2024-03-12 11:13:28 +01:00 |
|
Azat Khuzhin
|
c78a029d15
|
tests: fix typo in 01603_insert_select_too_many_parts.sql
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
|
2024-03-12 11:12:27 +01:00 |
|
Azat Khuzhin
|
ccd47126fd
|
Fix 01603_insert_select_too_many_parts flakiness
CI: https://s3.amazonaws.com/clickhouse-test-reports/60695/048a042dc4963631a23358d3e454dcd8a9eaafa2/stateless_tests__aarch64_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-03-12 11:02:02 +01:00 |
|
Pablo Musa
|
f6abe68b60
|
Clarify sentence about clusterAllReplicas
The explanation about `clusterAllReplicas` is not clear. This change tries to simplify the sentence and clarify the explanation.
|
2024-03-12 10:52:22 +01:00 |
|
Max Kainov
|
fb1e5923a3
|
CI: fix runner for arm perf tests
#do_not_test
|
2024-03-12 09:12:25 +00:00 |
|
Alexey Milovidov
|
bdc884dfa5
|
Merge pull request #60255 from ClickHouse/dont-load-useless-index-parts-in-memory
Do not load useless columns from the index in memory
|
2024-03-12 08:30:53 +03:00 |
|
Alexey Milovidov
|
bd4f948f12
|
Merge pull request #61058 from ClickHouse/rip-copier
Delete `clickhouse-copier`
|
2024-03-12 07:15:48 +03:00 |
|
Alexey Milovidov
|
c3a839d595
|
Merge pull request #61127 from ClickHouse/remove-in-memory-data-parts-2
Remove in-memory data parts, part 3.
|
2024-03-12 07:07:07 +03:00 |
|
Alexey Milovidov
|
1b04cc0b4d
|
Fix strange log message
|
2024-03-12 03:56:10 +01:00 |
|
Raúl Marín
|
3cc07603ff
|
Merge remote-tracking branch 'blessed/master' into compilation
|
2024-03-11 22:53:55 +01:00 |
|
Raúl Marín
|
563df9bdcb
|
Fix multiple bugs in groupArraySorted
|
2024-03-11 22:49:18 +01:00 |
|
johnnymatthews
|
281dc8d29d
|
Improves varSamp docs. Adds varSampStable docs.
|
2024-03-11 17:48:12 -03:00 |
|
johnnymatthews
|
120a1fdb5f
|
Improves varPop docs. Adds varPopStable.
|
2024-03-11 17:24:33 -03:00 |
|
Han Fei
|
037f4cf5a6
|
Merge pull request #60262 from Aed-p/fix_LRUResource_cache_bug
fix LRUResource Cache bug (Hive cache)
|
2024-03-11 21:16:07 +01:00 |
|
Kruglov Pavel
|
d20389b7f7
|
Merge pull request #61200 from ClickHouse/revert-60430-max-parallel-replicas-validate
Revert "Don't allow to set max_parallel_replicas to 0 as it doesn't make sense"
|
2024-03-11 21:13:19 +01:00 |
|
Kruglov Pavel
|
a90a6e9a27
|
Revert "Don't allow to set max_parallel_replicas to 0 as it doesn't make sense"
|
2024-03-11 21:05:44 +01:00 |
|