Commit Graph

109803 Commits

Author SHA1 Message Date
Azat Khuzhin
d7b5e36218
Merge branch 'master' into mv-ignore-errors 2023-03-08 22:13:05 +01:00
Antonio Andelic
a04b38db90
Merge pull request #45108 from ClickHouse/custom-key-parallel-replicas
Add support for custom key in parallel replicas
2023-03-08 17:46:11 +01:00
Maksim Kita
148c66c446
Merge pull request #47373 from ClickHouse/fix-group-by-use-nulls-test
Fix 02343_group_by_use_nulls test in new analyzer
2023-03-08 19:27:01 +03:00
Alexander Tokmakov
5e3b34a3c9
Merge pull request #47382 from ClickHouse/tavplubix-patch-5
Disable 02368_cancel_write_into_hdfs in stress tests
2023-03-08 19:26:39 +03:00
Alexander Tokmakov
52767ea186
Update 02368_cancel_write_into_hdfs.sh 2023-03-08 19:25:08 +03:00
Alexander Tokmakov
ee60e96b38
Merge pull request #47318 from ClickHouse/qoega-patch-4
Disable parallel format in health check
2023-03-08 19:16:32 +03:00
Alexander Tokmakov
38f9f08e1a
Merge pull request #47268 from myrrc/improvement/more-to-base-3
use std::lerp, constexpr hex.h
2023-03-08 19:07:34 +03:00
Dmitry Novik
95beedc8a4 Fix 02343_group_by_use_nulls test 2023-03-08 15:56:13 +00:00
Alexander Tokmakov
ecab007486
Merge pull request #47310 from ClickHouse/vdimir/fix_transaction_read_only
Fix MergeTreeTransaction::isReadOnly
2023-03-08 18:02:19 +03:00
Maksim Kita
fb45fd758d
Merge pull request #47225 from kitaisreal/array-exists-to-has-pass-fix
Fix RewriteArrayExistsToHasPass
2023-03-08 17:44:24 +03:00
Alexander Tokmakov
c909d1e3f4
Merge pull request #47314 from ClickHouse/fix_upgrade_check_file_exists
Fix `File exists` error in Upgrade check
2023-03-08 17:29:34 +03:00
Maksim Kita
d1396594b8
Merge pull request #47280 from kitaisreal/query-plan-filter-push-down-filled-join-fix
Query plan filter push down optimization filled JOIN fix
2023-03-08 16:37:00 +03:00
Sergei Trifonov
ad071f2953
Merge pull request #47300 from ClickHouse/serxa-patch-4
Docs for `BackupsIOThreadPool` 2/2
2023-03-08 14:16:36 +01:00
Kruglov Pavel
c2079e708b
Merge pull request #47161 from Avogar/fix-deadlock
Fix possible deadlock in QueryStatus
2023-03-08 14:05:30 +01:00
Mikhail f. Shiryaev
751f6d1dee
Merge pull request #47302 from ClickHouse/release-workflow
Add a manual trigger for release workflow
2023-03-08 13:52:29 +01:00
Mikhail f. Shiryaev
0eebe1ce57
Merge pull request #47107 from ClickHouse/autoscaling-lambda
Add code for autoscaling lambda
2023-03-08 13:51:42 +01:00
Vitaly Baranov
a88c65d48b
Merge pull request #46772 from vitlibar/fix-changing-expired-role
Fix changing an expired role
2023-03-08 12:50:16 +01:00
Maksim Kita
3aed5a4ab4 Added tests 2023-03-08 11:16:06 +01:00
Maksim Kita
b6f3b81403 Query plan filter push down optimization filled JOIN fix 2023-03-08 11:16:06 +01:00
Maksim Kita
299b1d8fed
Merge pull request #45910 from ClickHouse/analyzer-group-by-use-nulls
Support `group_by_use_nulls` setting in new analyzer
2023-03-08 13:14:10 +03:00
Antonio Andelic
816a9c1099
Merge branch 'master' into custom-key-parallel-replicas 2023-03-08 11:06:30 +01:00
Sergei Trifonov
3cae844eac
Merge branch 'master' into serxa-patch-4 2023-03-08 10:52:02 +01:00
Sergei Trifonov
880b34fded
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: pufit <pufit@clickhouse.com>
2023-03-08 10:51:34 +01:00
Sergei Trifonov
20c0476d2f
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: pufit <pufit@clickhouse.com>
2023-03-08 10:51:16 +01:00
Igor Nikonov
cc5b97b624
Merge pull request #46997 from AndyBys/log-level-change
Change level log in executeQuery
2023-03-08 10:36:21 +01:00
Vladimir C
4f048ce535
Merge pull request #47153 from ClickHouse/vdimir/grace_hash_limit_race_45986 2023-03-08 10:18:32 +01:00
Maksim Kita
b2b8b7f872 Fix RewriteArrayExistsToHasPass 2023-03-08 10:09:55 +01:00
Vladimir C
b298fbeecc
Merge pull request #47134 from KevinyhZou/enable_int_types_repeat_function 2023-03-08 10:09:20 +01:00
Vladimir C
1c8bc77d5d
Merge pull request #47308 from ClickHouse/vdimir/fix_02570_fallback_from_async_insert 2023-03-08 10:08:18 +01:00
Vladimir C
2aec0c1cb0
Merge pull request #47309 from ClickHouse/vdimir/fix_live_view_bg_pool_exception 2023-03-08 10:06:17 +01:00
Robert Schulze
2a47326061
Merge pull request #47313 from ClickHouse/rs/doc-cleanup-kafka
Docs: Small cleanups after Kafka fix #47138
2023-03-08 09:40:47 +01:00
Antonio Andelic
a24c9ee1ce
Merge pull request #46644 from ClickHouse/or-equality-chain-to-in
Logical expression optimizer in new analyzer
2023-03-08 09:24:36 +01:00
robot-clickhouse-ci-2
2c7c270f25
Merge pull request #47323 from enowy/mod_doc
Add space between --recursive option and --shallow-submodule option of git clone command.
2023-03-08 08:03:22 +01:00
Vitaly Baranov
31b7e6edc6 Keep subscriptions for all enabled roles. 2023-03-08 07:50:04 +01:00
Hosun Lee
aae82a73aa Fix git clone command. Insert space in front of shallow option. 2023-03-08 14:10:12 +09:00
Hosun Lee
ce809e61fb Revert commit. 2023-03-08 14:09:18 +09:00
[데이터플랫폼팀] 이호선
927efc0f2c Fix git clone command. Insert space in front of shallow option. 2023-03-08 14:01:38 +09:00
Nikolay Degterinsky
df78f7676b
Merge pull request #47282 from ClickHouse/evillique-patch-2
Fix typo
2023-03-08 01:58:19 +01:00
Nikolay Degterinsky
1421411d9a
Merge branch 'master' into evillique-patch-2 2023-03-08 01:03:28 +01:00
Alexey Milovidov
e8cdb0c8b1
Merge pull request #46839 from CurtizJ/fix-crash-in-skip-index
Do not allow const and non-deterministic secondary indexes
2023-03-08 03:03:09 +03:00
Alexey Milovidov
e2aff59a2d
Merge pull request #47106 from kssenii/allow-nested-disks-in-custom-disks
Allow nested custom disks
2023-03-08 03:00:55 +03:00
Alexander Tokmakov
f5cf039190 check if a symlink exists more carefully 2023-03-08 00:04:55 +01:00
Dmitry Novik
429696b575 Update reference file 2023-03-07 22:57:47 +00:00
Mike Kot
9920a52c51 use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
Ilya Yatsishin
f8eb1fad91
Disable parallel format in health check 2023-03-07 23:06:14 +01:00
Alexander Tokmakov
673147e6dd
Merge pull request #47284 from ClickHouse/followup_46681
Follow-up to #46681
2023-03-07 23:38:41 +03:00
Alexander Tokmakov
ffd55d951d
Merge branch 'master' into followup_46681 2023-03-07 23:38:06 +03:00
Vitaly Baranov
9792b93a11 Fix changing a role which is already expired in RoleCache. 2023-03-07 21:22:22 +01:00
Robert Schulze
ff8fc0634a
Docs: Small cleanups after Kafka fix #47138 2023-03-07 19:50:42 +00:00
Robert Schulze
5b91631722
Merge pull request #47138 from AVMusorin/disallow-default-columns-kafka-engine
Prohibit DEFAULT/EPHEMERAL/ALIAS/MATERIALIZED columns in KafkaEngine
2023-03-07 20:36:46 +01:00