Commit Graph

159060 Commits

Author SHA1 Message Date
Anton Popov
07807f1450
Merge pull request #71996 from CurtizJ/fix-mark-cache-prewarm
Fix prewarm of mark cache after adding a new column
2024-11-18 16:58:41 +00:00
robot-clickhouse
926e4a3c38 Update version_date.tsv and changelogs after v24.3.14.35-lts 2024-11-18 16:54:41 +00:00
robot-clickhouse
7564681621
Merge pull request #72041 from ClickHouse/auto/v24.9.3.128-stable
Update version_date.tsv and changelog after v24.9.3.128-stable
2024-11-18 16:51:19 +00:00
Raúl Marín
e33f5bb4e9 Remove unused leftovers
Usage was removed in 23.6
https://github.com/ClickHouse/ClickHouse/pull/50531
2024-11-18 17:45:50 +01:00
Raúl Marín
a258b6d0f2 Prevent magic_enum in Field.h 2024-11-18 17:36:45 +01:00
Raúl Marín
1c308f970b Try to remove more decimal instantiations 2024-11-18 17:21:06 +01:00
Sema Checherinda
7b37bddcd7 fix test 2024-11-18 17:15:26 +01:00
robot-clickhouse
ddc5c80601 Update version_date.tsv and changelogs after v24.9.3.128-stable 2024-11-18 16:13:27 +00:00
Raúl Marín
ec776fe8db Remove wasteful template instatiations 2024-11-18 17:08:43 +01:00
robot-clickhouse
84828120b3
Merge pull request #72037 from ClickHouse/auto/v24.8.7.41-lts
Update version_date.tsv and changelog after v24.8.7.41-lts
2024-11-18 16:08:28 +00:00
Max Kainov
d8fb85117e
Merge pull request #72028 from ClickHouse/ci_remove_unsafe_secret_envs_input
CI: Remove unsafe secret_envs input from yml workflows
2024-11-18 15:47:06 +00:00
Anton Ivashkin
9917dc66d4 Antother style fix 2024-11-18 16:18:36 +01:00
robot-clickhouse
85a5f91b29 Update version_date.tsv and changelogs after v24.8.7.41-lts 2024-11-18 15:16:24 +00:00
robot-clickhouse
fc688ccbec
Merge pull request #72029 from ClickHouse/auto/v24.10.2.80-stable
Update version_date.tsv and changelog after v24.10.2.80-stable
2024-11-18 15:12:19 +00:00
Nikita Taranov
14248d322e
Merge pull request #72026 from ClickHouse/test_for_33604
Add test for 33604
2024-11-18 14:59:34 +00:00
Yarik Briukhovetskyi
9f59fb6a5d
Merge branch 'ClickHouse:master' into fix_insert_hive_partititoning 2024-11-18 15:57:25 +01:00
Nikolai Kochetov
b25a01922c
Merge pull request #71966 from ClickHouse/fix-pk-const-monotonic-transform-for-2-args
Fix partition pruning with binary monotonic function by second arg.
2024-11-18 14:41:14 +00:00
robot-clickhouse
8bec9a1e34 Update version_date.tsv and changelogs after v24.10.2.80-stable 2024-11-18 14:34:58 +00:00
Dmitry Novik
d7f920d2cf
Merge pull request #71971 from ClickHouse/fix-error-counter-bitmapTransform
Do not increment counter in system.errors when bitmapTransform is used
2024-11-18 14:03:09 +00:00
Anton Ivashkin
fb4e1feb16 Add cleanup after test 2024-11-18 14:38:46 +01:00
Max Kainov
608aae85cf CI: Remove unsafe secret_envs input from yml workflows 2024-11-18 14:35:34 +01:00
Han Fei
841337d6fb Merge branch 'master' into hanfei/fix-write-text-order 2024-11-18 14:15:47 +01:00
Nikita Taranov
240c05b128 upd test 2024-11-18 14:04:02 +01:00
Nikita Taranov
3a012e5a96 enable s3_skip_empty_files by default 2024-11-18 13:55:18 +01:00
Sema Checherinda
67d1eb84aa Merge branch 'master' into chesema-merge-wb 2024-11-18 13:54:20 +01:00
Raúl Marín
fb552dd2c0 Remove unused trash 2024-11-18 13:49:11 +01:00
Nikita Taranov
e45dd36343 add test from Christoph 2024-11-18 13:38:26 +01:00
Nikita Taranov
bdf6ab8d45 Merge branch 'master' into fix_weird_problem 2024-11-18 13:06:17 +01:00
Nikita Taranov
c998df6c8c impl 2024-11-18 12:46:26 +01:00
avogar
05f638ea52 Update test 2024-11-18 11:44:54 +00:00
Raúl Marín
926f7ca7a2 Style changes 2024-11-18 12:14:18 +01:00
Raúl Marín
e5b7ba7717 Tidy 2024-11-18 12:07:39 +01:00
Anton Popov
fe0d96f72a fix tests 2024-11-18 10:41:47 +00:00
Anton Popov
62000b22fc Merge remote-tracking branch 'upstream/master' into HEAD 2024-11-18 10:38:23 +00:00
Nikolai Kochetov
5a23d19c75 Fix timezone in tests and old analyzer run. 2024-11-18 10:37:33 +00:00
Anton Ivashkin
2d48406a82 Fix test style 2024-11-18 11:21:32 +01:00
Vladimir Cherkasov
5445f55e62
Merge pull request #71857 from ClickHouse/vdimir/join_condition_executed_block_bug
Remove excess check in HashJoinMethodsImpl.h
2024-11-18 09:12:16 +00:00
Vladimir Cherkasov
3e05ffe675
Merge pull request #71560 from xogoodnow/json-utc-formatted-log
Added UTC date format (RFC 3339) for json formatted logging
2024-11-18 09:10:52 +00:00
Kseniia Sumarokova
ba0f03fce9
Merge branch 'master' into turn-off-boundary-alignment-for-table-engines 2024-11-18 10:07:16 +01:00
Miki Matsumoto
9f42828800 Remove unused temporary image files 2024-11-18 17:22:13 +09:00
李扬
b1e816f60c
Merge branch 'ClickHouse:master' into short_circut_func 2024-11-18 15:09:14 +08:00
Alexey Milovidov
49589da56e Fix comments 2024-11-18 07:18:46 +01:00
Miki Matsumoto
1e15312729 add translated Japanese docs 2024-11-18 11:58:58 +09:00
Alexey Milovidov
01c5762fc5 Merge branch 'master' into miscellaneous-4 2024-11-18 03:49:41 +01:00
Alexey Milovidov
2d2d611bd3
Merge pull request #71778 from ClickHouse/docs-docker-links
[Docs] Update links to use official Docker image
2024-11-18 02:47:15 +00:00
Alexey Milovidov
aa23ab4b21
Merge pull request #71928 from Algunenano/local_ci
Adapt some tests to run in non-CI configurations
2024-11-18 02:46:47 +00:00
Alexey Milovidov
8e0dc599b8
Merge pull request #71948 from Blargian/docs_add_example
Clean up `EXCEPT` docs
2024-11-18 02:45:58 +00:00
李扬
b706458a23
Merge branch 'master' into short_circut_func 2024-11-18 10:39:51 +08:00
taiyang-li
f4e18669c4 fix failed uts 2024-11-18 10:30:41 +08:00
Nikita Mikhaylov
d7cc5e892e
Merge pull request #72014 from ClickHouse/fix-docs-asynchronous-metrics
Fix docs: asynchronous_metrics
2024-11-17 22:36:48 +00:00