Commit Graph

148772 Commits

Author SHA1 Message Date
Igor Nikonov
5ffa54bd70 Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-30 08:00:08 +00:00
Alexey Milovidov
1fde5b7bfa
Merge pull request #67390 from ClickHouse/fix-test-01036_no_superfluous_dict_reload_on_create_database
Fix bad test `01036_no_superfluous_dict_reload_on_create_database`
2024-07-30 07:24:52 +00:00
Alexey Milovidov
ec7e66ed37
Merge pull request #67400 from halersson/patch-1
Fix typo
2024-07-30 07:24:27 +00:00
Antonio Andelic
4b80d2915a
Merge pull request #67385 from ClickHouse/fix-group-detach-aggregator
Fix segfault caused by incorrectly detaching from thread group in `Aggregator`
2024-07-30 07:09:21 +00:00
Alexey Milovidov
5bb20f4c1c
Merge pull request #67336 from vitlibar/fix-test_disallow_concurrency
Fix test `test_backup_restore_on_cluster/test_disallow_concurrency`
2024-07-30 01:30:27 +00:00
Alexey Milovidov
e4bc7dea61
Merge pull request #67353 from Avogar/json-as-object-docs
Add JSONAsObject format to documentation
2024-07-30 01:27:56 +00:00
Alexey Milovidov
f6141560fb
Merge pull request #67081 from Algunenano/sanitizer_getauxval
getauxval: Avoid crash under sanitizer re-exec due to high ASLR entropy
2024-07-30 01:27:30 +00:00
Alexey Milovidov
4f6dfdc838
Merge pull request #67284 from ClickHouse/debug-01600_parts_states_metrics_long
Debug test `01600_parts_states_metrics_long`
2024-07-30 01:25:55 +00:00
Alexey Milovidov
47be77855a
Merge pull request #67340 from azat/tests/01246_buffer_flush-v5
Faster and less flaky 01246_buffer_flush (by using HTTP over clickhouse-client)
2024-07-30 01:25:40 +00:00
Alexey Milovidov
9b99abc2cf
Merge pull request #67158 from jsc0218/fix2572
Try to fix 2572
2024-07-30 03:26:55 +02:00
Alexey Milovidov
8bf77d7b51
Merge pull request #67403 from ClickHouse/alexey-milovidov-patch-8
Update CHANGELOG.md
2024-07-30 01:07:02 +00:00
jsc0218
10fe3e6c55
Merge pull request #65419 from jsc0218/ClearExceptionMsgTableEngineGrant
Clear Hint in Table Engine and Sources
2024-07-29 23:26:06 +00:00
Igor Nikonov
9501bc8a75 Fix forgotten conflict 2024-07-29 20:33:06 +00:00
Igor Nikonov
cf27f2665e Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-29 20:00:55 +00:00
Max K.
7b2ec7ea33
Merge pull request #67402 from ClickHouse/ci_build_results_fix
CI: Fix build results for release branches
2024-07-29 19:46:17 +00:00
vdimir
5c06dfc752
Merge pull request #66980 from ClickHouse/vdimir/database_replicated_allow_heavy_create_followup
Forbid create as select even when database_replicated_allow_heavy_cre…
2024-07-29 19:45:11 +00:00
Robert Schulze
d9c621112b
Merge pull request #67294 from rschu1ze/funcs-input_rows_count
Functions: Iterate over input_rows_count where appropriate
2024-07-29 19:11:53 +00:00
Alexey Milovidov
3df2d88cf1
Update CHANGELOG.md 2024-07-29 21:09:11 +02:00
Max K
fea03cf46f Build results fix 2024-07-29 21:07:24 +02:00
Max K.
7e011fa967
Merge pull request #67075 from ClickHouse/ci_create_release_docker_fix
CI: Docker server build fix for new release workflow
2024-07-29 18:31:34 +00:00
Robert Schulze
2422928237
Merge pull request #66474 from rschu1ze/bump-icu
Bump ICU from v70 to v75
2024-07-29 18:21:27 +00:00
pufit
ef51c94a92
Merge pull request #64956 from azat/tests/02444_async_broken_outdated_part_loading
Fix 02444_async_broken_outdated_part_loading flakiness
2024-07-29 18:21:04 +00:00
Halersson Paris
75728ac56d
Fix typo 2024-07-29 14:42:58 -03:00
Igor Nikonov
ce134830b7 Disable pr local plan by default 2024-07-29 17:15:15 +00:00
Alexey Milovidov
a023f2c970
Merge pull request #67326 from ClickHouse/fix-dos-rand
Prevent DoS in random distributions
2024-07-29 16:29:32 +00:00
Alexey Milovidov
04447945ac
Merge pull request #66506 from ClickHouse/ast-data-type
Introduce `ASTDataType`
2024-07-29 16:08:11 +00:00
Robert Schulze
16f878bab3
Merge pull request #63898 from wxybear/feat_default_multiquery
clickhouse-client/local: make multi-query mode the default
2024-07-29 16:00:55 +00:00
Nikita Mikhaylov
1480275ade
Merge pull request #67355 from ClickHouse/flaky-flaky-or
Fix flaky `01238_http_memory_tracking`
2024-07-29 15:29:34 +00:00
Alexey Milovidov
064fe8c3f5 Fix tests 2024-07-29 17:13:38 +02:00
Alexey Milovidov
d2f89bc7f8 Fix bad test 01036_no_superfluous_dict_reload_on_create_database 2024-07-29 16:57:06 +02:00
Robert Schulze
7e9e03b9c6
Merge pull request #67363 from Blargian/docs_toUIntXYZ
[Docs] Update `toUInt*` function documentation
2024-07-29 14:25:25 +00:00
Max K
4417a9ae6f style fix 2024-07-29 16:14:45 +02:00
Antonio Andelic
b271a9dc8c Don't detach from thread group if running from main thread 2024-07-29 15:44:25 +02:00
Nikolai Kochetov
581e3e2f86
Merge pull request #65414 from ClickHouse/use-uniq-ptr-for-actions-dag
Remove ActionsDAGPtr whenever it is possible.
2024-07-29 13:23:08 +00:00
Alexey Milovidov
46bcd5e96a
Merge pull request #67349 from zvonand/kerberized-kafka-tests-nonparallel
Skip parallel for `test_storage_kerberized_kafka`
2024-07-29 13:22:50 +00:00
jsc0218
4df64a40e2 Merge remote-tracking branch 'origin/master' into ClearExceptionMsgTableEngineGrant 2024-07-29 13:17:48 +00:00
jsc0218
5befebeec7 Merge remote-tracking branch 'origin/master' into fix2572 2024-07-29 13:15:33 +00:00
Shaun Struwig
4488d65fe9
Merge branch 'master' into docs_toUIntXYZ 2024-07-29 15:12:59 +02:00
Blargian
e13bc4e47a fix formatting issues 2024-07-29 14:57:30 +02:00
Max K
fd2dc474a1 docker server fixes 2024-07-29 14:26:02 +02:00
Robert Schulze
558bec1c94
Merge pull request #66649 from Blargian/docs_toXYZ
[Docs] `toInt*` functions
2024-07-29 12:22:41 +00:00
Max K
0ce81e7570 Create release workflow to use docker build script from master branch 2024-07-29 14:19:31 +02:00
Max K
9f8c90065e Fix docker jobs dependencies 2024-07-29 14:16:20 +02:00
Max K.
7ac0788866
Merge pull request #67358 from ClickHouse/ci_fix_no_docker_reuse_on_release_branch
CI: Fix reuse for release branches
2024-07-29 12:03:01 +00:00
Nikolai Kochetov
e18f244877
Merge pull request #67146 from ClickHouse/fix-constants-in-merge-over-distr-single-shard
Remove constants from StorageMerge header in Complete stage
2024-07-29 11:50:54 +00:00
Max K
918feaff9d CI: Fix reuse for release branches 2024-07-29 13:46:23 +02:00
Blargian
2908cd7284 update toInt*OrDefault to show that the default argument is optional 2024-07-29 13:28:24 +02:00
Vitaly Baranov
634c513ba7 Fix cleanup in test_backup_restore_on_cluster/test.py::test_system_functions 2024-07-29 13:19:24 +02:00
Blargian
ceb0f7fe0f Fix typoo 2024-07-29 13:17:27 +02:00
Vitaly Baranov
6c104e7c73 Simplify test test_backup_restore_on_cluster/test_disallow_concurrency 2024-07-29 13:12:05 +02:00